You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Testing

Before you can run the tests you need to follow the steps for Building.

By default when you run the install goal in maven the unit tests will all be run.

mvn clean install

If you want to run the integration tests as well you can use the integration test profile...

mvn clean install -P integration
  • No labels