fix integration tests 78/15478/2
authorFlavio Fernandes <ffernand@redhat.com>
Wed, 18 Feb 2015 22:33:26 +0000 (17:33 -0500)
committerFlavio Fernandes <ffernand@redhat.com>
Wed, 18 Feb 2015 22:42:08 +0000 (17:42 -0500)
patch 2: only re-add pluginRepositories section

Change-Id: If8f31e0ff6e39cda01f49a8250ac492906039c8b
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
commons/parent/pom.xml

index a3b3b7afdc9547231be0a0df982968571666160c..3fbddcd9751d8e642e2afbe734e1889f10bf5959 100755 (executable)
@@ -604,6 +604,46 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   </scm>
 
+  <pluginRepositories>
+    <!-- Opendaylight public group -->
+    <pluginRepository>
+      <id>opendaylight-public</id>
+      <name>opendaylight-public</name>
+      <url>${nexusproxy}/groups/public/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+    </pluginRepository>
+    <!-- OpenDayLight Released artifact -->
+    <pluginRepository>
+      <id>opendaylight-release</id>
+      <name>opendaylight-release</name>
+      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </pluginRepository>
+    <!-- OpenDayLight Snapshot artifact -->
+    <pluginRepository>
+      <id>opendaylight-snapshot</id>
+      <name>opendaylight-snapshot</name>
+      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
   <profiles>
     <profile>
       <id>integrationtest</id>