Application Module

This module contains most of the application. It is built by maven. We plan to start breaking it apart into smaller modules to make it easier to improve.

  • To build, run tests, and install to maven repository: mvn clean install

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.

All the unit and integration tests are using Junit testing framework in application module. But we intent to migrate to TestNG testing framework in near future. If you would like to help, please contact us via the Mifos developer mailing list.

See Also Integration Tests & Unit Tests.