Frequently Asked Questions by Mifos users, developers, and specialists.

NOTES: Known Issues

Maven Build Failure (mvn clean install)

Can't connect to the database!

Application won't start

Could be a configuration issue, look at the localhost.<date>.log in the tomcat/logs directory for any errors.

How do I skip executing tests?

If you want to skip running the junit tests, you can do so with:

mvn clean install -Dmaven.test.skip=true

How to create mifos war quickly?

How to use tomcat for Mifos development.