	How to build
	============

Normal development:

    mvn install

Normal development without running tests:

    mvn -Dmaven.test.skip=true install

