Create Java project with Maven archetype gae-archetype-objectify-jsp

Archetype for creating maven-gae projects that uses jsp for the view and Objectify for the ORM.

Create a Java Project by archetype gae-archetype-objectify-jsp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.kindleit"   -DarchetypeArtifactId="gae-archetype-objectify-jsp"   -DarchetypeVersion="0.8.4"   -DinteractiveMode=false 

Details about maven archetype gae-archetype-objectify-jsp

GroupId

GroupId

net.kindleit
ArtifactId

ArtifactId

gae-archetype-objectify-jsp
Version

Version

0.8.4
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-objectify-jsp -DarchetypeVersion=0.8.4 -DinteractiveMode=false