Add distribution management section to publish artifacts 07/16507/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Mar 2015 00:24:00 +0000 (20:24 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Mar 2015 00:27:26 +0000 (20:27 -0400)
Change-Id: I0a498a036ee81eb175756e875d1aed4c82db9e1a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-artifacts/pom.xml
pom.xml

index b7c82f2996c077ef6aaba456cd55bad284aede27..574a8a321e16764893d4c453240892e9a78d9840 100644 (file)
@@ -10,6 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.opendaylight.alto</groupId>
+    <artifactId>alto-aggregator</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+
   <groupId>org.opendaylight.alto</groupId>
   <artifactId>alto-artifacts</artifactId>
   <version>1.0.0-SNAPSHOT</version>
diff --git a/pom.xml b/pom.xml
index 6dc85fcfda12acc6485e4ee99615898f04fb6d7d..6957d1b715356b3a67ab64b29b1bee121ef31a32 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,4 +22,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>alto-features</module>
     <module>alto-artifacts</module>
   </modules>
+
+  <distributionManagement>
+    <repository>
+      <id>opendaylight-release</id>
+      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
+    </repository>
+    <snapshotRepository>
+      <id>opendaylight-snapshot</id>
+      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
+    </snapshotRepository>
+  </distributionManagement>
 </project>