awvalenti / bauhinia

Cross-platform Wii Remote Java library and remote controller application
GNU General Public License v3.0
6 stars 0 forks source link

Use Apache Shade to generate uber-jar #87

Open awvalenti opened 5 years ago

awvalenti commented 5 years ago

https://maven.apache.org/plugins/maven-shade-plugin/ (found it because of https://github.com/clojure/clojure/blob/master/pom.xml)

We are currently able to generate uber-jar, but file must be renamed afterwards. With the plugin above, this should not be needed anymore.