Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created March 7, 2014 13:35
Show Gist options
  • Save jvanzyl/9411574 to your computer and use it in GitHub Desktop.
Save jvanzyl/9411574 to your computer and use it in GitHub Desktop.
<settings>
<servers>
<server>
<id>central</id>
<username>admin</username>
<password>admin123</password>
</server>
<server>
<id>central</id>
<username>admin</username>
<password>admin123</password>
</server>
</servers>
<mirrors>
<mirror>
<id>central</id>
<name>Nexus Mirror</name>
<url>http://localhost:8081/nexus/content/groups/public</url>
<mirrorOf>external:*</mirrorOf>
</mirror>
</mirrors>
<profiles>
<profile>
<id>development</id>
<repositories>
<repository>
<id>central</id>
<url>http://central</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>http://central</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>development</activeProfile>
</activeProfiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment