Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

mvn integration-test \ -P config\[A\|B\|C\|Q\]
  • runs system tests per given configuration.  For details on what each system test does, see the README at the root of the source distribution.
Panel
  1. mvn clean install
    • builds all source code
    • runs all unit & integration tests
  2. mvn install -Dintegration.test.skip=true
    • runs all unit tests
    • skips all integration tests
  3. mvn install -Dmaven.test.skip=true
    • skips all unit tests
Wiki Markup

...