Fixed the Repositories and PluginRepositories directives to include nexus group repo. 38/4838/3
authorMadhu Venugopal <mavenugo@gmail.com>
Mon, 27 Jan 2014 04:12:53 +0000 (20:12 -0800)
committerMadhu Venugopal <mavenugo@gmail.com>
Mon, 27 Jan 2014 04:21:24 +0000 (20:21 -0800)
Change-Id: I22387a09781daffbd68fee6f62122b8b38a6c6ce
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
commons/parent/pom.xml

index e645316e38ab934c4121fb38eaf616b7dbe0cfa3..48aa8f6a133024e4fe3c60f284a6734f4cc5441f 100755 (executable)
   </build>
 
   <repositories>
-    <!-- jsonrpc4j mirror -->
+    <!-- Opendaylight public group -->
     <repository>
-      <id>jsonrpc4j-webdav-maven-repo</id>
-      <name>jsonrpc4j maven repository</name>
-      <url>http://nexus.opendaylight.org/content/repositories/jsonrpc4j-webdav-maven-repo/</url>
+      <id>opendaylight-public</id>
+      <name>opendaylight-public</name>
+      <url>${nexusproxy}/groups/public/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </repository>
     <!-- OpenDayLight Released artifact -->
     <repository>
 
   <pluginRepositories>
     <pluginRepository>
-      <id>central2</id>
+      <id>opendaylight-public</id>
+      <name>opendaylight-public</name>
+      <url>http://nexus.opendaylight.org/content/groups/public/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>opendaylight-release</id>
       <name>central2</name>
-      <url>http://nexus.opendaylight.org/content/repositories/central2/</url>
+      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
     </pluginRepository>
     <pluginRepository>
       <id>opendaylight-snapshot</id>