diff --git a/examples/pom.xml b/examples/pom.xml index be655a8..bd84c87 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,54 +21,11 @@ - - net.java.jinput - coreapi - ${project.version} - ${project.groupId} - windows-plugin - ${project.version} - natives-windows - - - ${project.groupId} - osx-plugin - ${project.version} - natives-osx - - - ${project.groupId} - wintab-plugin - ${project.version} - natives-wintab - - - ${project.groupId} - linux-plugin - ${project.version} - natives-linux - - - ${project.groupId} - windows-plugin - ${project.version} - - - ${project.groupId} - osx-plugin - ${project.version} - - - ${project.groupId} - wintab-plugin - ${project.version} - - - ${project.groupId} - linux-plugin + jinput ${project.version} + pom diff --git a/pom.xml b/pom.xml index b665c6d..02d2436 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ coreAPI plugins applet + uberjar examples tests diff --git a/uberjar/pom.xml b/uberjar/pom.xml new file mode 100644 index 0000000..a32bb8b --- /dev/null +++ b/uberjar/pom.xml @@ -0,0 +1,75 @@ + + 4.0.0 + jinput + pom + JInput - Uber jar + + + net.java.jinput + jinput-parent + 2.0.9-SNAPSHOT + ../ + + + + + ${project.groupId} + coreapi + ${project.version} + + + ${project.groupId} + windows-plugin + ${project.version} + natives-windows + + + ${project.groupId} + osx-plugin + ${project.version} + natives-osx + + + ${project.groupId} + wintab-plugin + ${project.version} + natives-wintab + + + ${project.groupId} + linux-plugin + ${project.version} + natives-linux + + + ${project.groupId} + windows-plugin + ${project.version} + + + ${project.groupId} + osx-plugin + ${project.version} + + + ${project.groupId} + wintab-plugin + ${project.version} + + + ${project.groupId} + linux-plugin + ${project.version} + + + + + + + com.googlecode.mavennatives + maven-nativedependencies-plugin + + + + + \ No newline at end of file