Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block

mvn clean install

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

...