You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
880 adhere to m2settings securityxml and m2settingsxml (#986)
Add support for `~/.m2/settings.xml` and `~/.m2/settings-security.xml`.
- `Maven SettingsInitializer` reads the settings with decrypted
credentials and adds them to the `ExecutionContext` Maven when build
files get parsed.
- `PrivateArtifactRepositoryTest` tests the behavior e2e.
- Add Maven-related Autoconfiguration and move some beans there
- `MavenExecutionRequest` now has the path to `settings.xml`
- Polishing
Copy file name to clipboardExpand all lines: components/sbm-core/src/test/java/org/springframework/sbm/project/parser/JavaProvenanceMarkerFactoryTest.java
Copy file name to clipboardExpand all lines: components/sbm-core/src/test/java/org/springframework/sbm/project/parser/ProjectContextInitializerTest.java
0 commit comments