Versions Compared

Key

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

...

  • To build, run tests, and install to maven repository: mvn clean install
  • To build the war: mvn war:war
  • To build the production database: mvn validate -Pbuild_production_db
  • To build the demo database: mvn validate -Pbuild_demo_db (equivalent to ant build_db in the old build)
  • To build the integration test database: mvn pre-integration-test (equivalent to ant build_test_db in the old build)

How the tests are run

Normally, tests are run by the maven-surefire-plugin. This is the case in all the modules other than the mifos/ module.

...