X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fargeo-cli%2Fpom.xml;h=4df8afc96abb15b646c8f061c2b851d05bdf4d24;hb=291c21e0e1759d4dad147694f2f6585b6a718d02;hp=b067131cfc3bea72e477d01018d0a13213c1953a;hpb=ba072728b36bd907a41a39595e46bda929535d88;p=lgpl%2Fargeo-commons.git diff --git a/dist/argeo-cli/pom.xml b/dist/argeo-cli/pom.xml index b067131cf..4df8afc96 100644 --- a/dist/argeo-cli/pom.xml +++ b/dist/argeo-cli/pom.xml @@ -2,28 +2,31 @@ 4.0.0 org.argeo.commons - 2.1.89-SNAPSHOT + 2.1.100 dist .. argeo-cli pom Argeo Command Line + + 20.3.0 + + + + org.argeo.commons + org.argeo.dep.cms.client + 2.1.100 + + + org.argeo.commons + org.argeo.dep.cms.node + 2.1.100 + + dist - - - org.argeo.commons - org.argeo.dep.cms.client - 2.1.89-SNAPSHOT - - - org.argeo.commons - org.argeo.dep.cms.node - 2.1.89-SNAPSHOT - - @@ -106,5 +109,54 @@ + + native-image + + + + org.graalvm.nativeimage + native-image-maven-plugin + ${graalvm.version} + + + + native-image + + package + + + + argeo + org.argeo.cms.cli.ArgeoCli + + --initialize-at-build-time=org.apache.lucene.util.AttributeImpl,org.apache.lucene.util.VirtualMethod,org.apache.lucene.util.WeakIdentityMap + -H:IncludeResourceBundles=sun.security.util.Resources + --no-fallback + --no-server + --allow-incomplete-classpath + --enable-all-security-services + -H:EnableURLProtocols=http,https + -H:ConfigurationFileDirectories=${basedir}/native-image + -H:ReflectionConfigurationFiles=${basedir}/native-image/reflect-config.json + -H:ResourceConfigurationFiles=${basedir}/native-image/resource-config.json + -H:JNIConfigurationFiles=${basedir}/native-image/jni-config.json + -H:DynamicProxyConfigurationFiles=${basedir}/native-image/proxy-config.json + + false + + + + + +