From f22d3449e5cddf05b24d0456654ead614466b4eb Mon Sep 17 00:00:00 2001 From: Chad Wilson <29788154+chadlwilson@users.noreply.github.com> Date: Thu, 22 May 2025 11:57:32 +0800 Subject: [PATCH] fix(cli): Patch generated Windows shell script for JAVACMD installs with spaces Workaround for https://github.com/mojohaus/appassembler/issues/114 which seems to be unmaintained and stuck upstream. Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com> --- cli/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/cli/pom.xml b/cli/pom.xml index 03e33230f50..67fe720840c 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -96,12 +96,36 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. assemble + package assemble + + org.apache.maven.plugins + maven-antrun-plugin + + + fix-windows-shell-script + package + + run + + + + + + + + + + org.apache.maven.plugins maven-assembly-plugin