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