<?xml version="1.0" encoding="UTF-8"?></p><p><settings><br /> <mirrors><br /> <mirror><br /> <!--This sends everything else to /public --><br /> <id>nexus</id><br /> <mirrorOf>*</mirrorOf><br /> <url>http://ip:port/nexus/path/name/public</url><br /> </mirror><br /> </mirrors><br /> <profiles><br /> <profile><br /> <id>nexus</id><br /> <!--Enable snapshots for the built in central repo to direct --><br /> <!--all requests to nexus via the mirror --><br /> <repositories><br /> <repository><br /> <id>central</id><br /> <url>http://central</url><br /> <releases><enabled>true</enabled></releases><br /> <snapshots><enabled>true</enabled></snapshots><br /> </repository><br /> </repositories><br /> <pluginRepositories><br /> <pluginRepository><br /> <id>central</id><br /> <url>http://central</url><br /> <releases><enabled>true</enabled></releases><br /> <snapshots><enabled>true</enabled></snapshots><br /> </pluginRepository><br /> </pluginRepositories><br /> </profile><br /> </profiles><br /> <activeProfiles><br /> <!--make the profile active all the time --><br /> <activeProfile>nexus</activeProfile><br /> </activeProfiles></p><p> <servers><br /> <server><br /> <id>nexus</id><br /> <username>username</username><br /> <password>password</password><br /> </server><br /> </servers><br /></settings><br />