Skip to content

Commit e4a0d89

Browse files
committed
devonfw#1085 Align tool names in scripts
devonfw#1085 Align tool names in scripts
1 parent 024a5e3 commit e4a0d89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: scripts/src/main/resources/scripts/command/mvn

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source "$(dirname "${0}")"/../commandlet-cli
2121
# $1: optional setup
2222
function doSetup() {
2323
doDevonCommand java setup silent
24-
doInstall "maven" "${MAVEN_VERSION}" "${1}" "" "${MAVEN_HOME}" "-"
24+
doInstall "mvn" "${MAVEN_VERSION}" "${1}" "" "${MAVEN_HOME}" "-"
2525
if [ "${1}" != "silent" ]
2626
then
2727
if [ -d "${SETTINGS_PATH}" ]

Diff for: scripts/src/main/resources/scripts/command/node

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source "$(dirname "${0}")"/../commandlet-cli
1919

2020
# $1: optional setup
2121
function doSetup() {
22-
doInstall "nodejs" "${NODE_VERSION}" "${1}" "" "${NODE_HOME}"
22+
doInstall "node" "${NODE_VERSION}" "${1}" "" "${NODE_HOME}"
2323
return 0
2424
}
2525

Diff for: scripts/src/main/resources/scripts/command/sonar

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source "$(dirname "${0}")"/../commandlet-cli
2020
# $1: optional setup
2121
function doSetup() {
2222
doDevonCommand java setup silent
23-
doInstall "sonarqube" "${SONAR_VERSION}" "${1}" "" "${SONAR_HOME}" "-"
23+
doInstall "sonar" "${SONAR_VERSION}" "${1}" "" "${SONAR_HOME}" "-"
2424
return 0
2525
}
2626

0 commit comments

Comments
 (0)