My favorites | Sign in
Project Home Wiki Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
ProjectSetup  
Instructions for referencing these repositories from your project.
Featured
Updated Aug 20, 2010 by drfibonacci@google.com

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>
Comment by tof.n...@guerville.com, Nov 12, 2008

Hi

Could you describe how google code project can upload there release into this repository ? Thx

Comment by project member gk5...@gmail.com, Nov 13, 2008

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.

Comment by pkoze...@gmail.com, Mar 16, 2010

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

Comment by gzoe...@gmail.com, Jun 3, 2010

Could you please provide recent versions of GWT.

Powered by Google Project Hosting