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