An Apache Maven archetype to generate a simple Scalatra webapp. This archetype is based on the scalatra-maven-prototype.
-
This archetype has not been published on Maven central repositories hence you need to clone this project and install it in your local repository before using the archetype. git clone git://github.com/Srirangan/simple-scalatra-archetype.git simple-scalatra-archetype cd simple-scalatra-archetype mvn install
-
Generate your Scalatra project mvn archetype:generate -DarchetypeArtifactId=simple-scalatra-archetype -DarchetypeGroupId=org.scalatra -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=just.some.group -DartifactId=just-some-artifact
-
Switch to the project directory cd just-some-artifact
-
Install your project mvn install
-
Run Jetty webserver mvn jetty:run