|
ProjectSetup
Instructions for referencing these repositories from your project.
Featured Released versions of Google maven projects are now available in the central maven repository so it is not necessary to reference a repository directly in your pom.xml. SNAPSHOT versions of Google maven projects may be obtained from Google's snapshot repository. Add the following snippet to your pom.xml to reference that repository. <repository>
<id>google-maven-snapshot-repository</id>
<name>Google Maven Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
|
Hi
Could you describe how google code project can upload there release into this repository ? Thx
This repository is only for Google open-source projects. If you would like to upload your project, give https://maven2-repository.dev.java.net/ a try.
Hi, is this repository project still alive ? I expected there some newer versions of appengine libraries but the latest found is 1.2.1 while current is 1.3.1. If it is deprecated, can you please publish a pointer to a new one ? Thanks
Could you please provide recent versions of GWT.