-
Type:
Improvement
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: config-file-provider-plugin
-
None
-
Environment:Jenkins 1.519
Hi.
I had to enter the credentials for post build action "Deploy artifacts to Maven repository" inside settings.xml of my Maven installation.
This is somewhat less than desirable for me since:
- I have three different installations of Maven
- Jenkins is shared between teams as is the Nexus server - it would be good to have separate credentials for separate projects for their own deployments, currently that means that settings.xml(s) have to have many similar entries
- Anybody with SSH access to the machine can read credentials from settings.xml.