Versions Compared

Key

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

...

Running only the integration tests

 When you execute mvn verify then first the unit tests will be executed, followed by the integration tests.  You can run only the integration tests by running mvn failsafe:integration-test.  If you want to compile and run only the integration tests, start from a clean checkout, you need to compile them as well: use mvn compile test-compile integration-test.

...