mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.structr" -DarchetypeArtifactId="structr-base-archetype" -DarchetypeVersion="1.0.RC4" -DinteractiveMode=false
GroupId | GroupIdorg.structr |
---|---|
ArtifactId | ArtifactIdstructr-base-archetype |
Version | Version1.0.RC4 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.structr -DarchetypeArtifactId=structr-base-archetype -DarchetypeVersion=1.0.RC4 -DinteractiveMode=false