Closed thospfuller closed 4 years ago
All modules should be built using:
mvn clean package
and this will generate the shaded jar as well. All shaded jars end in "-app.jar" so if you want to run an app in utilities you can do so as follows:
java -jar JRecord_Utilities/JRecord_SchemaCompare/target/jrecord-shemacompare-0.90.2-app.jar
I have tested these visually but not further than just running the application.
Unit tests need to be reviewed.
Finally you can merge these changes into another branch -- see the following if the preference is to keep this out of master for now:
https://stackoverflow.com/questions/9135913/merge-pull-request-to-a-different-branch-than-default-in-github
All modules should be built using:
mvn clean package
and this will generate the shaded jar as well. All shaded jars end in "-app.jar" so if you want to run an app in utilities you can do so as follows:
java -jar JRecord_Utilities/JRecord_SchemaCompare/target/jrecord-shemacompare-0.90.2-app.jar
I have tested these visually but not further than just running the application.
Unit tests need to be reviewed.
Finally you can merge these changes into another branch -- see the following if the preference is to keep this out of master for now:
https://stackoverflow.com/questions/9135913/merge-pull-request-to-a-different-branch-than-default-in-github