-
move Java package name (back, again); see FINERACT-1174
-
how to avoid
files("../")
? We would have to have anapi
artifact, and publish it.. watch FINERACT-1171 - DONE -
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!
-
run
ClasspathDuplicateTest
, on all such plugins -
run usual Fineract code style checks against plugin code like this
-
build standalone "service", not just "plugin"
-
make hard-coded
~/.mifosx/pentahoReports
configurable? - DONE