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

Details about maven archetype scalate-archetype-jersey_2.9

License

License

GroupId

GroupId

org.fusesource.scalate.tooling
ArtifactId

ArtifactId

scalate-archetype-jersey_2.9
Version

Version

1.6.1
Type

Type

maven-archetype
Description

Description

scalate-archetype-jersey_2.9
An archetype which creates an empty Scalate web application
Project Organization

Project Organization

FuseSource, Corp.

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