This is a small patch that creates a single jar-with.dependencies on a mvn install - so you dont have to keep all the dependency jars extra all the time but just one jar with everythign included.
With pom.xml r75, this seems to produce a distributable zip and a tar.gz containing all necessary jar's in target/ (once other build issues are fixed):
$ mvn package assembly:single
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
briss r65 pom.xml patch
Last edit: Anonymous 2016-11-06
With pom.xml r75, this seems to produce a distributable zip and a tar.gz containing all necessary jar's in target/ (once other build issues are fixed):
$ mvn package assembly:single