I just read the App Engine 1.7.4 release announcement:
http://googleappengine.blogspot.com/2012/12/app-engine-174-released.html
In the linked release notes it points to a guide about the new feature of using Maven:
https://developers.google.com/appengine/docs/java/tools/maven
That guide talks about using a maven archetype like:
mvn archetype:generate
and filtering for
com.google.appengine.archetypes:guestbook-archetype
I can't find the archetype for some reason and when I click on the link the guide has to search for the archetype in Maven Central, I get no results:
http://search.maven.org/#search%7Cga%7C1%7Ccom.google.appengine.archetype
Am I missing something? Can anyone let me know how to use that archetype?
Seems like sync delay. The archetype is already there:
http://search.maven.org/#search%7Cga%7C1%7Cguestbook-archetype
Try clearing your local repo and do archetype:generate again:
mvn archetype:generate -DarchetypeGroupId=com.google.appengine.archetypes -DarchetypeArtifactId=guestbook-archetype -DarchetypeVersion=1.7.4
Add maven central catalog file
download this file http://search.maven.org/remotecontent?filepath=archetype-catalog.xml
preference -> maven -> add catalog info
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With