Create Java project with Maven archetype jee6-minimal-archetype
Minimal Java EE application with a single page demo of CDI, JSF, JPA and Validation to verify everything works.
Create a Java Project by archetype jee6-minimal-archetype with Command Line:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.fluttercode.knappsack" -DarchetypeArtifactId="jee6-minimal-archetype" -DarchetypeVersion="1.0.5" -DinteractiveMode=false
Details about maven archetype jee6-minimal-archetype
GroupId |
GroupIdorg.fluttercode.knappsack |
ArtifactId |
ArtifactIdjee6-minimal-archetype |
Version |
Version1.0.5 |
Type |
Typemaven-archetype |
How to add to project