How to manage maven settings.xml on a shared jenkins server?

I would recommend using the configuration file plugin, provides a UI to edit one or more Maven settings files.

These settings files can be passed into your Maven build using the “-s” option.

Leave a Comment