Skip to content

Commit

Permalink
Merge branch 'main' into implement/737-add-cd-command-to-shell-comman…
Browse files Browse the repository at this point in the history
…dlet
  • Loading branch information
jan-vcapgemini authored Nov 11, 2024
2 parents 02cdeb0 + 71dea4c commit 2d41161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/com/devonfw/tools/ide/tool/mvn/Mvn.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public String getMavenArgs() {
return null;
}
String settingsPath = mvnSettingsFile.toString();
return "-s " + settingsPath + getDsettingsSecurityProperty();
return "-s " + settingsPath + " " + getDsettingsSecurityProperty();
}

private String getDsettingsSecurityProperty() {
Expand Down

0 comments on commit 2d41161

Please sign in to comment.