Create Java project with Maven archetype jee6-sandbox-archetype
Sandbox project for Java EE 6 with CDI, JSF, JPA and a sample model and test data to play around with, try new things, and use as a foundation for tutorials
Create a Java Project by archetype jee6-sandbox-archetype with Command Line:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.fluttercode.knappsack" -DarchetypeArtifactId="jee6-sandbox-archetype" -DarchetypeVersion="1.0.5" -DinteractiveMode=false
Details about maven archetype jee6-sandbox-archetype
GroupId |
GroupIdorg.fluttercode.knappsack |
ArtifactId |
ArtifactIdjee6-sandbox-archetype |
Version |
Version1.0.5 |
Type |
Typemaven-archetype |
How to add to project