From 89a61ee783c7c4e5afc3675c23393afa317f751b Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Fri, 25 Oct 2024 17:29:17 -0500 Subject: [PATCH] Fixes #394 - Create cli-windows-amd64 module (#398) --- cli-windows-amd64/pom.xml | 61 +++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 62 insertions(+) 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 c49f640..c60af3f 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,7 @@ cli cli-macos-aarch64 + cli-windows-amd64 desktop shared server