Repository Management with Nexus
13.1. Introduction

When you move an organization to a repository manager such as Nexus, one of the constant challenges is keeping everyone’s Maven Settings synchronized to ensure the Nexus server is used and any further configuration in the settings file is consistent. In additions different users or use cases require different settings files. You can find out more about the Maven settings file in Chapter 4, Configuring Maven to Use Nexus. Nexus Professional allows you to define templates for Maven Settings stored on the server and provide them to users via the user interface or automated download.
If a Nexus administrator makes a change which requires every developer
to modify his or her ~/.m2/settings.xml file, this feature can be
used to manage the distribution of Maven Settings changes to the
entire organization. Once you have defined a Maven Settings template
in Nexus Professional, developers can then use the Nexus M2Settings
Maven Plugin to retrieve the new Maven settings file directly from
Nexus Professional.
