Skip to content

Instantly share code, notes, and snippets.

@henryyan
Created December 15, 2011 09:44
Show Gist options
  • Save henryyan/1480544 to your computer and use it in GitHub Desktop.
Save henryyan/1480544 to your computer and use it in GitHub Desktop.
私服配置
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/settings/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>nexus</id>
<username>admin</username>
<password>runchain</password>
</server>
</servers>
<mirrors>
<mirror>
<id>nexus_mirror_henryyan</id>
<mirrorOf>*</mirrorOf>
<url>http://runchain.gicp.net:8081/nexus/content/groups/public</url>
<!--<url>http://localhost:8081/nexus/content/groups/public</url>-->
</mirror>
</mirrors>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment