Adhere to ~/.m2/settings-security.xml
and ~/.m2/settings.xml
#880
Labels
in: sbm-support-rewrite
Issue is related to the sbm-support-rewrite compionent
revamp
type: enhancement
New feature or request
The new
sbm-support-rewrite
component should enrichExecutionContext
with information from~/.m2/settings.xml
and use (encrypted) passwords fromsecurity-settings.xml
for auth.This was started in branch 771 and the required logic needs to be moved and integrated into
sbm-support-rewrite
component and put to use inRewriteProjectParser
.The 771 branch contains a test for
security-settings.xml
. This test should be run with both parsers insbm-support-rewrite
.RewriteMavenParser
uses all code from therewrite-maven-plugin
and should act as reference. TheRewriteProjectParser
should produce the exact same result and will in the future replace the RewriteMavenParser.These are the tests for the logic that needs to be moved:
RewriteMavenSettingsInitialierTest
MavenPasswordDecrypterTest
The text was updated successfully, but these errors were encountered: