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

Details about maven archetype scalate-archetype-empty

License

License

GroupId

GroupId

org.fusesource.scalate.tooling
ArtifactId

ArtifactId

scalate-archetype-empty
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

Scalate :: Archetype :: Empty
An archetype which creates an empty Scalate web application
Project Organization

Project Organization

FuseSource

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.2 -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.