Versions Compared

Key

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

...

  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
  4. Wiki Markup{{mvn integration-test \ -P config\[A\|B\|Q\]}}
    • runs system tests per given configuration
  5. mvn install -P fedora-installer
    • generates fedora-installer.jar
    • found in /installer/target

...