blob: 5c8dc656bc1e21c7dd982f47ac2b94316887d5a3 [file] [log] [blame]
How to build
============
Normal development:
mvn install
Normal development without running tests:
mvn -Dmaven.test.skip=true install
Normal development, eating dog food:
mvn clean verify -Prat