openMF / fineract-pentaho

Pentaho Reporting Plugin for Apache Fineract
Mozilla Public License 2.0
26 stars 45 forks source link

How do I package after making modifications #195

Open wkigenyi opened 5 months ago

wkigenyi commented 5 months ago

I am try to see how I can contribute and I use this command to package

`./mvnw -Dmaven.test.skip=true clean package` 

This only gives one file in the target folder pentaho-plugin-1.10.0-SNAPSHOT.jar. Is this jar of any use? How can make changes locally and test them?