mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.fluttercode.knappsack" -DarchetypeArtifactId="jee6-minimal-archetype" -DarchetypeVersion="1.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.fluttercode.knappsack |
ArtifactId | ArtifactIdjee6-minimal-archetype |
Version | Version1.1 |
Type | Typemaven-archetype |
Description |
DescriptionJava EE 6 Minimal Archetype
Java EE 6 Knappsack archetype with a single page demo of CDI, JSF, JPA and Validation to verify everything works.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.fluttercode.knappsack -DarchetypeArtifactId=jee6-minimal-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false