mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dnamespace="My-namespace" -DarchetypeGroupId="org.cristalise" -DarchetypeArtifactId="cristalise-module-archetype" -DarchetypeVersion="4.0.0" -DinteractiveMode=false
GroupId | GroupIdorg.cristalise |
---|---|
ArtifactId | ArtifactIdcristalise-module-archetype |
Version | Version4.0.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.cristalise -DarchetypeArtifactId=cristalise-module-archetype -DarchetypeVersion=4.0.0 -DinteractiveMode=false