Scala web application example for openshift. It adds build, deploy and start hooks in openshift, so that the application could automatically compile and restart when commiting changes to git.
It's based on finatra_example(https://github.com/capotej/finatra-example)
mvn scala:run
mvn test
mvn package
git commit
git push origin master