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

Archetypes provided to allow quick bootstraping for your RESThub based projects

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.2.0"   -DinteractiveMode=false 

Details about maven archetype resthub-mongodb-backbonejs-archetype

License

License

GroupId

GroupId

org.resthub
ArtifactId

ArtifactId

resthub-mongodb-backbonejs-archetype
Version

Version

2.2.0
Type

Type

maven-archetype
Description

Description

RESThub Spring MongoDB Backbone.js webapp archetype
Archetypes provided to allow quick bootstraping for your RESThub based projects

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.2.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.