From eb37680191ab4bf88dcb6d1424da6051ffda850748aaa943d57f984bf65e1915 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 26 Apr 2022 19:56:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven?expand=0&rev=39 --- 0001-Adapt-mvn-script.patch | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/0001-Adapt-mvn-script.patch b/0001-Adapt-mvn-script.patch index 829e345..7dd865d 100644 --- a/0001-Adapt-mvn-script.patch +++ b/0001-Adapt-mvn-script.patch @@ -4,8 +4,8 @@ Date: Wed, 1 Feb 2017 14:54:26 +0100 Subject: [PATCH 1/6] Adapt mvn script --- - apache-maven/src/bin/mvn | 11 +++++++++-- - 1 file changed, 9 insertions(+), 2 deletions(-) + apache-maven/src/bin/mvn | 13 +++++++++-- + 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apache-maven/src/bin/mvn b/apache-maven/src/bin/mvn index dfa384b8e..605c0edd3 100755 @@ -49,6 +49,15 @@ index dfa384b8e..605c0edd3 100755 # make it fully qualified MAVEN_HOME=`cd "$MAVEN_HOME" && pwd` +@@ -105,7 +112,7 @@ + exit 1 + fi + +-CLASSWORLDS_JAR=`echo "${MAVEN_HOME}"/boot/plexus-classworlds-*.jar` ++CLASSWORLDS_JAR=`echo "${MAVEN_HOME}"/boot/plexus-classworlds.jar` + CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher + + # For Cygwin, switch paths to Windows format before running java -- 2.36.0