Create Java project with Maven archetype scalate-archetype-jersey_2.9

An archetype which creates an empty Scalate web application

Create a Java Project by archetype scalate-archetype-jersey_2.9 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.fusesource.scalate.tooling"   -DarchetypeArtifactId="scalate-archetype-jersey_2.9"   -DarchetypeVersion="1.6.0"   -DinteractiveMode=false 

Details about maven archetype scalate-archetype-jersey_2.9

GroupId

GroupId

org.fusesource.scalate.tooling
ArtifactId

ArtifactId

scalate-archetype-jersey_2.9
Version

Version

1.6.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fusesource.scalate.tooling -DarchetypeArtifactId=scalate-archetype-jersey_2.9 -DarchetypeVersion=1.6.0 -DinteractiveMode=false