Created
September 5, 2014 17:50
-
-
Save tykeal/4788a345432ce06bc500 to your computer and use it in GitHub Desktop.
ODL settings mirror
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mirrors> | |
<mirror> | |
<id>nexus-mirror</id> | |
<name>Nexus mirror of all external resources and releases</name> | |
<url>http://nexus01.dfw.opendaylight.org:8081/nexus/content/groups/public</url> | |
<mirrorOf>external:*,!opendaylight-snapshot,!opendaylight-release,!central2</mirrorOf> | |
</mirror> | |
<mirror> | |
<id>nexus-opendaylight-snapshot-mirror</id> | |
<name>Local Nexus mirror for opendaylight.snapshot artifacts</name> | |
<url>http://nexus01.dfw.opendaylight.org:8081/nexus/content/repositories/opendaylight.snapshot/</url> | |
<mirrorOf>opendaylight-snapshot,opendaylight.snapshot</mirrorOf> | |
</mirror> | |
</mirrors> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment