Temporarily workaround deployment issue for aaa-artifacts 01/23601/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 30 Jun 2015 16:33:58 +0000 (12:33 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 30 Jun 2015 16:35:31 +0000 (12:35 -0400)
Change-Id: Ia9f6fa78f588982ee9ee1a54ebbd53fed13f5632
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
artifacts/pom.xml
pom.xml

index 31b00abb46e2646992675c63bfb3b34423524242..559b504a7cb2fbdd428ec45288fd8b73d5a32112 100644 (file)
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+  <properties>
+    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
+  </properties>
+
+  <distributionManagement>
+    <!-- OpenDayLight Released artifact -->
+    <repository>
+      <id>opendaylight-release</id>
+      <url>${nexusproxy}/repositories/opendaylight.release/</url>
+    </repository>
+    <!-- OpenDayLight Snapshot artifact -->
+    <snapshotRepository>
+      <id>opendaylight-snapshot</id>
+      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+    </snapshotRepository>
+  </distributionManagement>
 </project>
diff --git a/pom.xml b/pom.xml
index ed6d5c669a71375826b703a6cffa4d72a7d93195..abe98d105d36b6963cf43fa6683c1f1ab8451ffe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <maven>3.0</maven>
   </prerequisites>
 
-  <properties>
-    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
-  </properties>
-
   <modules>
     <module>aaa-authn-api</module>
     <module>aaa-authn</module>
     <url>https://wiki.opendaylight.org/view/AAA:Main</url>
   </scm>
 
-  <distributionManagement>
-    <!-- OpenDayLight Released artifact -->
-    <repository>
-      <id>opendaylight-release</id>
-      <url>${nexusproxy}/repositories/opendaylight.release/</url>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <snapshotRepository>
-      <id>opendaylight-snapshot</id>
-      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-    </snapshotRepository>
-  </distributionManagement>
 </project>