Create Java project with Maven archetype scalate-archetype-guice_2.11

An archetype which creates an empty Scalate Guice web application

Create a Java Project by archetype scalate-archetype-guice_2.11 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.scalatra.scalate.tooling"   -DarchetypeArtifactId="scalate-archetype-guice_2.11"   -DarchetypeVersion="1.7.0"   -DinteractiveMode=false 

Details about maven archetype scalate-archetype-guice_2.11

GroupId

GroupId

org.scalatra.scalate.tooling
ArtifactId

ArtifactId

scalate-archetype-guice_2.11
Version

Version

1.7.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.scalatra.scalate.tooling -DarchetypeArtifactId=scalate-archetype-guice_2.11 -DarchetypeVersion=1.7.0 -DinteractiveMode=false