mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.resthub" -DarchetypeArtifactId="resthub-mongodb-backbonejs-archetype" -DarchetypeVersion="2.1.5" -DinteractiveMode=false
GroupId | GroupIdorg.resthub |
---|---|
ArtifactId | ArtifactIdresthub-mongodb-backbonejs-archetype |
Version | Version2.1.5 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.resthub -DarchetypeArtifactId=resthub-mongodb-backbonejs-archetype -DarchetypeVersion=2.1.5 -DinteractiveMode=false