From c4fe3ba5f0e7171d44cd4a30c95f0100a47bad89 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Fri, 25 Oct 2024 17:14:14 -0500 Subject: [PATCH] Fixes #394 - Create cli-windows-amd64 module --- cli-windows-amd64/pom.xml | 61 +++++++++++++++++++++++++++++++++++++++ pom.xml | 3 +- 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 cli-windows-amd64/pom.xml diff --git a/cli-windows-amd64/pom.xml b/cli-windows-amd64/pom.xml new file mode 100644 index 0000000..ad09357 --- /dev/null +++ b/cli-windows-amd64/pom.xml @@ -0,0 +1,61 @@ + + + + 4.0.0 + + com.manorrock.sphynx + project + 24.5.0-SNAPSHOT + + sphynx-cli-windows-amd64 + jar + Manorrock Sphynx - CLI - Windows amd64 + + + com.manorrock.sphynx + sphynx-cli + ${project.version} + all + compile + + + + + native + + + os_and_arch + windows-amd64 + + + + + + org.graalvm.buildtools + native-maven-plugin + ${native-image-maven-plugin.version} + true + + + + compile-no-fork + + package + + + + si + -H:+ReportExceptionStackTraces --no-fallback + com.manorrock.sphynx.cli.Cli + false + true + + + + + + + diff --git a/pom.xml b/pom.xml index d38d9dd..cc60529 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 3.3.1 3.4.0 1.2.2.Final - 21.2.0 + 0.10.2 @@ -155,6 +155,7 @@ cli + cli-macos-windows-amd64 desktop shared server