-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: config-file-provider-plugin
-
None
When configuring Maven settings.xml, the plugin only allows selecting credentials that include a username. e.g. "Secret Text" cannot be used as a <password>.
Further, if the credential has am empty username, it (perhaps correctly) generates <username/> rather than omit the element.
This is a problem because some things will fail if a username is configured but the server does not expect one.