mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.fluttercode.knappsack" -DarchetypeArtifactId="jee6-servlet-demo-archetype" -DarchetypeVersion="1.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.fluttercode.knappsack |
ArtifactId | ArtifactIdjee6-servlet-demo-archetype |
Version | Version1.1 |
Type | Typemaven-archetype |
Description |
DescriptionJava EE 6 Servlet Demo Archetype
Java EE 6 Knappsack archetype containing servlet based bookmarking application demonstrating JSF, CDI, JPA and Bean Validation on Tomcat/Jetty servlet containers
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.fluttercode.knappsack -DarchetypeArtifactId=jee6-servlet-demo-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false