mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.appfuse.archetypes" -DarchetypeArtifactId="appfuse-modular-jsf-archetype" -DarchetypeVersion="2.1.0-M2" -DinteractiveMode=false
GroupId | GroupIdorg.appfuse.archetypes |
---|---|
ArtifactId | ArtifactIdappfuse-modular-jsf-archetype |
Version | Version2.1.0-M2 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-jsf-archetype -DarchetypeVersion=2.1.0-M2 -DinteractiveMode=false