Utils test project
- Run unit tests with:
mvn test - Run unit & integration tests with:
mvn integration-test
- Install:
mvn install- runs unit & integration tests
- Install:
mvn install -DskipITs- runs unit tests, skips integration tests
- Install:
mvn install -DskipTests- skips unit & integration tests
- Create Site and JavaDoc:
mvn site