cd devops-server
mvn db-migration:migrate
# result will be in dos-war/target/devops-seed-backend.war
cd devops-parent
mvn package
pom.xml / jdbc.* properties
You can verify app is working by issuing an HTTP GET request against /service/page/, e.g.
curl http://localhost:8080/<context-path>/service/page
java -jar ../dos-seed-client/target/devops-seed-client-jar-with-dependencies.jar http://localhost:8080/dos-war-0.0.1-SNAPSHOT/service
tomcat/logs/catalina.2013-11-20.log