As a IDEasy user, I want to be able to install and use maven seamless so that I can run my builds.
Actual behavior
$ ide
IDE environment variables have been set for /d/projects/IDEasy in workspace main
$ mvn install
[ERROR] Error executing Maven.
[ERROR] The specified user settings file does not exist: D:\projects\IDEasy\conf\mvn\settings.xml-Dsettings.security=D:\projects\IDEasy\conf\mvn\settings-security.xml
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Expected behavior
As a IDEasy user, I want to be able to install and use maven seamless so that I can run my builds.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
705
Comments/Hints:
There is a space missing between the two arguments of
MAVEN_ARGS
.Bug is here: https://github.com/devonfw/IDEasy/blob/d967d69d36dccd211b7a02af8929fe695e734959/cli/src/main/java/com/devonfw/tools/ide/tool/mvn/Mvn.java#L252
Affected version: