Skeleton Stapler Application

This is a minimum 'hello world' Java web application written with Stapler. If you are creating a new application, you can start with this skeleton:

$ git init
$ git pull https://github.com/stapler/stapler-archetype.git master

Building

Run mvn package to build a war, and run mvn jetty:run to run this application in place on localhost:8080.