Create Java project with Maven archetype gae-archetype-jsp

Archetype for creating maven-gae projects that uses jsp for the view

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DartifactId="My-artifactId"   -DgroupId="My-groupId"   -Dpackage="My-package"   -DgaeVersion="My-gaeVersion"   -DgaePluginVersion="My-gaePluginVersion"   -DgaeApplicationName="My-gaeApplicationName"   -DgaeApplicationVersion="My-gaeApplicationVersion"   -DarchetypeGroupId="net.kindleit"   -DarchetypeArtifactId="gae-archetype-jsp"   -DarchetypeVersion="0.9.6"   -DinteractiveMode=false 

Required parameters for generate java project:

artifactId
validationRegex: none
groupId
validationRegex: none
package
validationRegex: none
gaeVersion
validationRegex: none
gaePluginVersion
validationRegex: none
gaeApplicationName
validationRegex: none
gaeApplicationVersion
validationRegex: none

Details about maven archetype gae-archetype-jsp

License

License

GroupId

GroupId

net.kindleit
ArtifactId

ArtifactId

gae-archetype-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
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-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.