From 0704fc70a31695d6c9ec84fbe309fd87ba18eb6d Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Date: Mon, 19 Dec 2022 22:03:33 +0100 Subject: [PATCH] Add extra jar goal to build without natives --- pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1459484..0640480 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 2.22.2 3.1.0 2.5.0 - 2.14.0 + 2.14.1 3.3.0 3.1.0 1.6.1 @@ -326,6 +326,25 @@ ${java.version} + + org.apache.maven.plugins + maven-jar-plugin + + + package + + jar + + + without-natives + + darwin-* + **/*.dylib + + + + +