diff --git a/pom.xml b/pom.xml index 8e6d836..d1565c6 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,54 @@ + + native + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${java_version} + ${java_version} + + + info.picocli + picocli-codegen + 4.7.6 + + + + + + org.graalvm.buildtools + native-maven-plugin + 0.10.4 + true + + + build-native + + compile-no-fork + + package + + + test-native + + test + + test + + + + org.roda_project.commons_ip2.cli.Main + + + + +