Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Not Actively Maintained - Apache Maven archetype to generate a simple Scalatra webapp

Notifications You must be signed in to change notification settings

sri-rang/simple-scalatra-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Scalatra Archetype

An Apache Maven archetype to generate a simple Scalatra webapp. This archetype is based on the scalatra-maven-prototype.

Quick Start

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

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

  3. Switch to the project directory cd just-some-artifact

  4. Install your project mvn install

  5. Run Jetty webserver mvn jetty:run

About

Not Actively Maintained - Apache Maven archetype to generate a simple Scalatra webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages