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