You can use the AEJTools repository for appengine artifacts.

I have these artifacts deployed in the repository (in comgoogle.appengine
groupId):

api
api-labs
api-stubs
local-runtime
local-runtime-shared

For instance:

         <dependency>
            <groupId>com.google.appengine</groupId>
            <artifactId>api</artifactId>
            <version>1.2.5</version>
            <scope>compile</scope>
         </dependency>

These are the untouched google jars, you can check them using the md5 and
sha1 hashes..

Here is the repository reference you should use:

   <repositories>
      <repository>
         <id>aejtools</id>
         <name>AEJTools Repository</name>
         <url>http://aejtools.googlecode.com/svn/repository/</url>
         <snapshots>
            <enabled>false</enabled>
         </snapshots>
         <releases>
            <enabled>true</enabled>
         </releases>
      </repository>
    </repositories>

Erdinc

On Mon, Sep 7, 2009 at 5:56 PM, Mark Tye <[email protected]> wrote:

>
> Don't be ridiculous, of course Google provides a Maven repository.
> It's right here:
>
> http://code.google.com/p/google-maven-repository/
>
> The problem is, that repo hasn't been updated since version 1.2.1.
> There's been two releases since then.
>
> I filed an issue on this a month ago, it's got 6 stars, we're still
> waiting on a response:
>
> http://code.google.com/p/googleappengine/issues/detail?id=1969
>
> - Mark
>
> On Aug 25, 4:02 pm, "Jason (Google)" <[email protected]> wrote:
> > It looks like you already found this thread:
> http://groups.google.com/group/google-appengine-java/browse_thread/th...
> >
> > In short, no, Google does not provide a Maven repository although there
> are
> > user-provided Maven descriptors available.
> >
> > - Jason
> >
> > On Sat, Aug 22, 2009 at 12:45 PM, Marcel Overdijk
> > <[email protected]>wrote:
> >
> >
> >
> > > Are 1.2.2 sdk jars available in a public maven repository?
> >
> >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to