diff --git a/plugins/linux/pom.xml b/plugins/linux/pom.xml index 2da357a..8cfee9c 100644 --- a/plugins/linux/pom.xml +++ b/plugins/linux/pom.xml @@ -43,6 +43,24 @@ + + maven-jar-plugin + + + package + + jar + + + ${project.build.directory}/natives + natives-linux + + *.so + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 583ed76..58e9dd9 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ maven-jar-plugin + 3.1.0