Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
add <mirror> for ODL Nexus to settings.xml (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 10, 2018
1 parent ad7b0e6 commit 08fe84d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis-maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
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">

<mirrors>
<mirror>
<id>ODL</id>
<name>OpenDaylight's Nexus</name>
<url>https://nexus.opendaylight.org/content/groups/public/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>

<profiles>
<profile>
<id>opendaylight-release</id>
Expand Down Expand Up @@ -79,4 +88,4 @@
<activeProfile>opendaylight-release</activeProfile>
<activeProfile>opendaylight-snapshots</activeProfile>
</activeProfiles>
</settings>
</settings>

0 comments on commit 08fe84d

Please sign in to comment.