diff --git a/pom.xml b/pom.xml index bf44bc8..87b4f35 100644 --- a/pom.xml +++ b/pom.xml @@ -19,24 +19,41 @@ + + src/main/resources + true - + org.apache.maven.plugins maven-compiler-plugin 3.12.1 + true + - + + org.apache.maven.plugins maven-jar-plugin @@ -44,8 +61,11 @@ + org.jcnc.snow.cli.SnowCLI + true + true @@ -55,6 +75,11 @@ + native-linux @@ -68,15 +93,19 @@ org.graalvm.buildtools native-maven-plugin ${native.maven.plugin.version} + true + build-native + compile-no-fork package + test-native @@ -87,13 +116,17 @@ + --static + --libc=musl + --emit build-report + -O2 - + /opt/musl-1.2.5/bin:${env.PATH} /opt/musl-1.2.5/include /opt/musl-1.2.5/lib @@ -104,6 +137,11 @@ + native-windows @@ -119,6 +157,7 @@ ${native.maven.plugin.version} true + build-native @@ -126,6 +165,7 @@ package + test-native @@ -136,7 +176,9 @@ + --emit build-report + -O2 @@ -145,4 +187,5 @@ +