Fix mvnd script

This commit is contained in:
Guillaume Nodet
2020-06-10 09:39:01 +02:00
parent c4221f8125
commit e1580b9a90

View File

@@ -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