From 196fab2d6f3194503523feb4978495a6404a66d4 Mon Sep 17 00:00:00 2001 From: Endolf Date: Fri, 1 Jun 2018 18:20:57 +0100 Subject: [PATCH] Update the way the fat jar is built and the pom distributed. --- examples/example.pom.xml | 7 ++++++- uberjar/pom.xml | 35 ++++++++++++++++++++++++++--------- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/examples/example.pom.xml b/examples/example.pom.xml index ec9b3ca..51c4026 100644 --- a/examples/example.pom.xml +++ b/examples/example.pom.xml @@ -26,7 +26,12 @@ net.java.jinput jinput ${project.version} - pom + + + net.java.jinput + jinput + ${project.version} + natives-all diff --git a/uberjar/pom.xml b/uberjar/pom.xml index 3ae7267..64a054d 100644 --- a/uberjar/pom.xml +++ b/uberjar/pom.xml @@ -80,17 +80,34 @@ shade - - - net.java.jinput:osx-plugin:jar:natives-osx - net.java.jinput:linux-plugin:jar:natives-linux - net.java.jinput:windows-plugin:jar:natives-windows - net.java.jinput:wintab-plugin:jar:natives-wintab - - + + + net.java.jinput:osx-plugin:natives-osx + + **/* + + + + net.java.jinput:linux-plugin:natives-linux + + **/* + + + + net.java.jinput:windows-plugin:natives-windows + + **/* + + + + net.java.jinput:wintab-plugin:natives-wintab + + **/* + + + true false - false