Create Java project with Maven archetype resthub-mongodb-backbonejs-archetype


Create a Java Project by archetype resthub-mongodb-backbonejs-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.resthub"   -DarchetypeArtifactId="resthub-mongodb-backbonejs-archetype"   -DarchetypeVersion="2.1.4"   -DinteractiveMode=false 

Details about maven archetype resthub-mongodb-backbonejs-archetype

GroupId

GroupId

org.resthub
ArtifactId

ArtifactId

resthub-mongodb-backbonejs-archetype
Version

Version

2.1.4
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.resthub -DarchetypeArtifactId=resthub-mongodb-backbonejs-archetype -DarchetypeVersion=2.1.4 -DinteractiveMode=false