Skip to content

Instantly share code, notes, and snippets.

@tykeal
Created September 5, 2014 17:50
Show Gist options
  • Save tykeal/4788a345432ce06bc500 to your computer and use it in GitHub Desktop.
Save tykeal/4788a345432ce06bc500 to your computer and use it in GitHub Desktop.
ODL settings mirror
<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