Create Java project with Maven archetype jee6-sandbox-demo-archetype
Complete demo example using CDI, JSF, JPA and validation showcasing a number of features available in Java EE 6 as well as demonstrating how to make them all work together
Create a Java Project by archetype jee6-sandbox-demo-archetype with Command Line:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.fluttercode.knappsack" -DarchetypeArtifactId="jee6-sandbox-demo-archetype" -DarchetypeVersion="1.0.8" -DinteractiveMode=false
Details about maven archetype jee6-sandbox-demo-archetype
GroupId |
GroupIdorg.fluttercode.knappsack |
ArtifactId |
ArtifactIdjee6-sandbox-demo-archetype |
Version |
Version1.0.8 |
Type |
Typemaven-archetype |
How to add to project