Fridrich Strba 2023-05-02 08:37:55 +00:00 committed by Git OBS Bridge
parent ae3205bc3a
commit c0a6e02f71

View File

@ -57,6 +57,15 @@ index a3004f917..9b118717e 100755
# make it fully qualified
MAVEN_HOME=`cd "$MAVEN_HOME" && pwd`
@@ -106,7 +109,7 @@
exit 1
fi
-CLASSWORLDS_JAR=`echo "${MAVEN_HOME}"/boot/plexus-classworlds-*.jar`
+CLASSWORLDS_JAR=`build-classpath plexus-classworlds`
CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
# For Cygwin, switch paths to Windows format before running java
--
2.39.2