
 Building
 --------
 
 To build this project you will need Maven 2. You can get it at:
 
     http://maven.apache.org

 Clean compilation products:
 
     mvn clean
     
 Compile:
 
     mvn compile
     
 Run in a tomcat server:
 
     mvn tomcat:run

 Once started, the application should be available at:
 
     http://localhost:8080/extrathyme


 
