#1389:Username for accessing servers via Maven no longer encrypted #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes devonfw/ide#1389: Username no longer gets encrypted.
However it is still not possible to access servers via Maven since 'C:\projects_ide\software\default\mvn\mvn\3.9.9\bin\mvn.cmd' is trying to reach settings-security.xml at C:\Users\username.m2\settings-security.xml
and not at C:\projects\projectname\conf\mvn\settings-security.xml where it is created.
Also the IDE environment variables: M2_REPO and MAVEN_ARGS seem to be buggy since even after reconfiguration they point at the wrong project.
For example in a project named "Test" the M2_REPO and MAVEN_ARGS where set to:
M2_REPO=C:\projects\IDEasy\conf\mvn\repository
MAVEN_ARGS=-s C:\projects\IDEasy\conf\mvn\settings.xml