mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeVersion="My-archetypeVersion" -DarchetypeGroupId="org.apache.apex" -DarchetypeArtifactId="apex-app-archetype" -DarchetypeVersion="3.2.0-incubating" -DinteractiveMode=false
GroupId | GroupIdorg.apache.apex |
---|---|
ArtifactId | ArtifactIdapex-app-archetype |
Version | Version3.2.0-incubating |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.2.0-incubating -DinteractiveMode=false