mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.codehaus.mojo.archetypes" -DarchetypeArtifactId="appclient-javaee7" -DarchetypeVersion="1.1" -DinteractiveMode=false
GroupId | GroupIdorg.codehaus.mojo.archetypes |
---|---|
ArtifactId | ArtifactIdappclient-javaee7 |
Version | Version1.1 |
Type | Typemaven-archetype |
Description |
DescriptionJava EE 7 APP-CLIENT Archetype
Archetype for an Application Client package using Java EE 7.
|
Project Organization |
Project OrganizationCodehaus |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=appclient-javaee7 -DarchetypeVersion=1.1 -DinteractiveMode=false