Configuration ************* Deploy ====== Add the following to your ``.m2/settings.xml`` file: :: nexus.releases deployment deployment123 nexus.snapshots deployment deployment123 nexus.thirdparty deployment deployment123 Add the following to your ``pom.xml`` file: :: nexus.releases Internal Releases http://svn.mycompany.com/nexus/content/repositories/releases nexus.snapshots Internal Snapshots http://svn.mycompany.com/nexus/content/repositories/snapshots To deploy your artifact: :: mvn deploy Workstation =========== Add the following to your ``.m2/settings.xml`` file: :: Nexus My Nexus Mirror http://svn.mycompany.com/nexus/content/groups/public * Note: - Change the ``url`` as appropriate. - Setting ``mirrorOf`` to ``*`` will (I think), make the Nexus repository the only location where Maven will look for artifacts.