The following is a quick guide to preparing the Library Management System web application.
- jdk 1.7
- mysql 5.6
- maven 3.0.5
Use homebrew to install the stuff you need.
-
Compile source/tests, run the unit tests, make a war
mvn clean package
-
Determine code coverage:
mvn clean cobertura:cobertura
. The coverage reports can be viewed at./target/site/cobertura/index.html
-
Start server
mvn jetty:run
-
Report updates on dependencies
mvn versions:display-dependency-updates
ThoughtWorks, Inc © 2013