File tree 3 files changed +3
-3
lines changed
scripts/src/main/resources/scripts/command
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ source "$(dirname "${0}")"/../commandlet-cli
21
21
# $1: optional setup
22
22
function doSetup() {
23
23
doDevonCommand java setup silent
24
- doInstall " maven " " ${MAVEN_VERSION} " " ${1} " " " " ${MAVEN_HOME} " " -"
24
+ doInstall " mvn " " ${MAVEN_VERSION} " " ${1} " " " " ${MAVEN_HOME} " " -"
25
25
if [ " ${1} " != " silent" ]
26
26
then
27
27
if [ -d " ${SETTINGS_PATH} " ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ source "$(dirname "${0}")"/../commandlet-cli
19
19
20
20
# $1: optional setup
21
21
function doSetup() {
22
- doInstall " nodejs " " ${NODE_VERSION} " " ${1} " " " " ${NODE_HOME} "
22
+ doInstall " node " " ${NODE_VERSION} " " ${1} " " " " ${NODE_HOME} "
23
23
return 0
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ source "$(dirname "${0}")"/../commandlet-cli
20
20
# $1: optional setup
21
21
function doSetup() {
22
22
doDevonCommand java setup silent
23
- doInstall " sonarqube " " ${SONAR_VERSION} " " ${1} " " " " ${SONAR_HOME} " " -"
23
+ doInstall " sonar " " ${SONAR_VERSION} " " ${1} " " " " ${SONAR_HOME} " " -"
24
24
return 0
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments