The group id is *com.google.appengine* and we push it with any new release of the SDK, like the other artifacts. Dependency is <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-maven-plugin</artifactId> <version>1.7.3</version> </dependency>
(1.7.4 soon), Doc is for now at https://code.google.com/p/appengine-maven-plugin/ More sample projects soon. Ludo On Monday, December 10, 2012 2:50:51 PM UTC-8, James Broberg wrote: > > New maven plugin? How does it differ from: > https://github.com/maven-gae-plugin/maven-gae-plugin > > On 11 December 2012 08:06, Ludovic Champenois <[email protected]<javascript:> > > wrote: > >> Hi, >> We are pushing Maven artifacts the same day as the release, so hopefully >> very very soon (tm). >> You'll also notice a new Maven App Engine plugin that allows you to get a >> SDK and start the local dev server as well as updating your apps >> all directly from Maven... >> >> >> On Monday, December 10, 2012 11:41:53 AM UTC-8, Andrew Kandzuba wrote: >>> >>> Hi Richmond, >>> >>> Good news for all GAE devs! >>> I have a quick question - any maven repos for GAE 1.7.4 are yet >>> available for those who use it? >>> I was try to migrate to new API but got >>> >>> Downloading: http://maven.objectify-**appengine.googlecode.com/git/** >>> com/google/appengine/**appengine-api-1.0-sdk/1.7.4/** >>> appengine-api-1.0-sdk-1.7.4.**pom<http://maven.objectify-appengine.googlecode.com/git/com/google/appengine/appengine-api-1.0-sdk/1.7.4/appengine-api-1.0-sdk-1.7.4.pom> >>> [WARNING] The POM for com.google.appengine:** >>> appengine-api-1.0-sdk:jar:1.7.**4 is missing, no dependency information >>> available >>> Downloading: http://repo1.maven.org/maven2/**com/google/appengine/** >>> appengine-tools-sdk/1.7.4/**appengine-tools-sdk-1.7.4.pom<http://repo1.maven.org/maven2/com/google/appengine/appengine-tools-sdk/1.7.4/appengine-tools-sdk-1.7.4.pom> >>> Downloading: http://maven.objectify-**appengine.googlecode.com/git/** >>> com/google/appengine/**appengine-tools-sdk/1.7.4/** >>> appengine-tools-sdk-1.7.4.pom<http://maven.objectify-appengine.googlecode.com/git/com/google/appengine/appengine-tools-sdk/1.7.4/appengine-tools-sdk-1.7.4.pom> >>> [WARNING] The POM for com.google.appengine:**appengine-tools-sdk:jar:1.7.4 >>> is missing, no dependency information available >>> Downloading: http://repo1.maven.org/maven2/**com/google/appengine/** >>> appengine-api-labs/1.7.4/**appengine-api-labs-1.7.4.pom<http://repo1.maven.org/maven2/com/google/appengine/appengine-api-labs/1.7.4/appengine-api-labs-1.7.4.pom> >>> Downloading: http://maven.objectify-**appengine.googlecode.com/git/** >>> com/google/appengine/**appengine-api-labs/1.7.4/** >>> appengine-api-labs-1.7.4.pom<http://maven.objectify-appengine.googlecode.com/git/com/google/appengine/appengine-api-labs/1.7.4/appengine-api-labs-1.7.4.pom> >>> [WARNING] The POM for com.google.appengine:**appengine-api-labs:jar:1.7.4 >>> is missing, no dependency information available >>> Downloading: http://repo1.maven.org/maven2/**com/google/appengine/** >>> appengine-api-stubs/1.7.4/**appengine-api-stubs-1.7.4.pom<http://repo1.maven.org/maven2/com/google/appengine/appengine-api-stubs/1.7.4/appengine-api-stubs-1.7.4.pom> >>> Downloading: http://maven.objectify-**appengine.googlecode.com/git/** >>> com/google/appengine/**appengine-api-stubs/1.7.4/** >>> appengine-api-stubs-1.7.4.pom<http://maven.objectify-appengine.googlecode.com/git/com/google/appengine/appengine-api-stubs/1.7.4/appengine-api-stubs-1.7.4.pom> >>> [WARNING] The POM for com.google.appengine:**appengine-api-stubs:jar:1.7.4 >>> is missing, no dependency information available >>> Downloading: http://repo1.maven.org/maven2/**com/google/appengine/** >>> appengine-testing/1.7.4/**appengine-testing-1.7.4.pom<http://repo1.maven.org/maven2/com/google/appengine/appengine-testing/1.7.4/appengine-testing-1.7.4.pom> >>> Downloading: http://maven.objectify-**appengine.googlecode.com/git/** >>> com/google/appengine/**appengine-testing/1.7.4/** >>> appengine-testing-1.7.4.pom<http://maven.objectify-appengine.googlecode.com/git/com/google/appengine/appengine-testing/1.7.4/appengine-testing-1.7.4.pom> >>> [WARNING] The POM for com.google.appengine:**appengine-testing:jar:1.7.4 >>> is missing, no dependency information available >>> >>> Thanks in advance! >>> >>> Andrew. >>> >>> On Saturday, December 8, 2012 11:20:27 AM UTC+2, Richmond Manzana wrote: >>>> >>>> Hello Everyone! >>>> >>>> We've posted the pre-release SDKs for Python and Java here: >>>> http://code.google.com/p/**googleappengine/downloads/list<http://code.google.com/p/googleappengine/downloads/list> >>>> >>>> My apologies for not announcing this to the group sooner, some of you >>>> may have noticed that they were available about a day ago. >>>> >>>> Pre-release notes below. >>>> >>>> Cheers, >>>> >>>> Rich >>>> >>>> >>>> App Engine Python SDK - Pre-Release Notes >>>> >>>> Version 1.7.4 >>>> ==============================**= >>>> - Mail API Quotas have been updated. For more information please see: >>>> https://developers.google.com/**appengine/docs/quotas.html >>>> <https://developers.google.com/appengine/docs/quotas.html> >>>> - Background threads are now a GA feature. >>>> - Traffic Splitting is now a GA feature. >>>> - Task Queue Statistics is now a GA feature. >>>> - Logs API now has the ability to fetch requests based on a list of >>>> request_ids. Currently, this only works in production and is not >>>> supported >>>> in dev_appserver. >>>> - Python Interpreter has been upgraded to 2.7.3. >>>> - WebOb 1.2.3 is now available for Python 2.7. >>>> - DISTINCT for Datastore queries is now available as an experimental >>>> feature. >>>> - Matplotlib v1.1.1 is now available as an experimental feature. >>>> - The decommissioned Conversion API has been removed. >>>> - Channel API now supports channels being used across multiple application >>>> versions and backends. You can also limit channel usage to a specific >>>> application version by adding it to the client id when creating a >>>> channel. >>>> http://code.google.com/p/**googleappengine/issues/detail?**id=5123 >>>> <http://code.google.com/p/googleappengine/issues/detail?id=5123> >>>> - Mail API now sends notifications for emails that bounce. >>>> http://code.google.com/p/**googleappengine/issues/detail?**id=7451 >>>> <http://code.google.com/p/googleappengine/issues/detail?id=7451> >>>> >>>> >>>> >>>> >>>> >>>> >>>> App Engine Java SDK - Pre-Release Notes >>>> >>>> Version 1.7.4 >>>> ============= >>>> - Mail API Quotas have been updated. For more information please see: >>>> https://developers.google.com/**appengine/docs/quotas.html >>>> <https://developers.google.com/appengine/docs/quotas.html> >>>> - Traffic Splitting is now a GA feature. >>>> - Task Queue Statistics is now a GA feature. >>>> - Logs API now has the ability to fetch requests based on a list of >>>> request_ids. Currently, this only works in production and is not >>>> supported >>>> in dev_appserver. >>>> - DISTINCT feature for Datastore queries is now available as an >>>> experimental >>>> feature. >>>> - The decommissioned Conversion API has been removed. >>>> - Channel API now supports channels being used across multiple application >>>> versions and backends. You can also limit channel usage to a specific >>>> application version by adding it to the client id when creating a >>>> channel. >>>> http://code.google.com/p/**googleappengine/issues/detail?**id=5123 >>>> <http://code.google.com/p/googleappengine/issues/detail?id=5123> >>>> - Mail API now sends notifications for emails that bounce. >>>> http://code.google.com/p/**googleappengine/issues/detail?**id=7451 >>>> <http://code.google.com/p/googleappengine/issues/detail?id=7451> >>>> - Various JSP improvements >>>> JSPs are now compiled together as opposed to one by one. This improves >>>> the >>>> compilation process time. >>>> JSP compiled classes are packaged in JAR files. >>>> You can now avoid the upload of JSP source, which is typically not >>>> needed >>>> at runtime. This can be done via the new --delete_jsps option in the >>>> appcfg tool. By default, this option is not set. >>>> You can now package all the WEB-INF/classes/* classes into jar files. >>>> This >>>> can be done via the new --enable_jar_classes option in the appcfg >>>> tools. By >>>> default, this option is not set. >>>> >>>> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine/-/h2R6sOVf_48J. >> >> To post to this group, send email to >> [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/wMP2JEMNUEsJ. 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?hl=en.
