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
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
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