Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 811 Bytes

TODO.md

File metadata and controls

19 lines (12 loc) · 811 Bytes

TODO

  1. move Java package name (back, again); see FINERACT-1174

  2. how to avoid files("../") ? We would have to have an api artifact, and publish it.. watch FINERACT-1171 - DONE

  3. inherit dependency management from Fineract, so that e.g. JAX RS & commons lang versions don't have to be repeated. Actually, perhaps JAX RS & commons lang should be considered part of a (future..) Fineract Plugin API, and not need to be declared at all!

  4. run ClasspathDuplicateTest, on all such plugins

  5. run usual Fineract code style checks against plugin code like this

  6. build standalone "service", not just "plugin"

  7. make hard-coded ~/.mifosx/pentahoReports configurable? - DONE