Create Java project with Maven archetype scalate-archetype-empty

An archetype which creates an empty Scalate web application

Create a Java Project by archetype scalate-archetype-empty with Command Line:

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

Details about maven archetype scalate-archetype-empty

GroupId

GroupId

org.fusesource.scalate.tooling
ArtifactId

ArtifactId

scalate-archetype-empty
Version

Version

1.1
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-empty -DarchetypeVersion=1.1 -DinteractiveMode=false