gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
775 stars 275 forks source link

Update assembly plugin - please ignore this pull request include lots of other commits that should not be in here. Not sure how to undo a pull request :( #142

Closed roywasse closed 2 years ago

roywasse commented 2 years ago

BXBot was using an old version of the Maven Assembly plugin (2.6) which created the distro. The way the plugin was configured in both pom.xml and distribution.xml was not according to specs of the plugin, especially the way empty folders were created. Relative path were OS specific as well. Upgraded the Assembly to 3.3.0. A distro should now be build using the following maven command: mvn package assembly:single