mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-28 17:15:55 +00:00
Fix mvnd script
This commit is contained in:
@@ -104,7 +104,7 @@ fi
|
||||
|
||||
DAEMON_JAR=`echo "${MVND_HOME}"/lib/ext/*.jar "${MVND_HOME}"/lib/*.jar`
|
||||
DAEMON_JAR=$(echo $DAEMON_JAR | sed -e 's/ /:/g')
|
||||
DAEMON_LAUNCHER=org.jboss.fuse.mvnd.client.Client
|
||||
DAEMON_LAUNCHER=org.jboss.fuse.mvnd.client.DefaultClient
|
||||
|
||||
# For Cygwin, switch paths to Windows format before running java
|
||||
if $cygwin ; then
|
||||
|
Reference in New Issue
Block a user