feat(maven): add support for ~/.m2/settings.xml in detectGlobalManagerSettings #34749
arldka
started this conversation in
Suggest an Idea
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
The current approach to What information in a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Currently, the use of the global .m2/settings.xml file is not supported by the maven manager.
It would be helpful to have a way to use the ~/.m2/settings.xml file or specify an inline settings.xml file in order to configure private repositories or mirrors for use in CI environments.
An implementation of this feature can be found on the following PR : #34716
It extends the existing GlobalManagerConfig and CustomExtractConfig already used by the npmrc and npmrcMerge attributes / config options that covers a similar ground but with the support for using the existing ~/.npmrc file in the npm manager.
Beta Was this translation helpful? Give feedback.
All reactions