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.9.6"   -DinteractiveMode=false 

Details about maven archetype gae-archetype-objectify-jsp

License

License

GroupId

GroupId

net.kindleit
ArtifactId

ArtifactId

gae-archetype-objectify-jsp
Version

Version

0.9.6
Type

Type

maven-archetype
Description

Description

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

Project Organization

KindleIT

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.9.6 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.