Use odlparent-lite as artifacts parent 45/30345/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 22:16:57 +0000 (17:16 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 22:16:57 +0000 (17:16 -0500)
We created odlparent-lite to provide a minimal pom which allows projects
to publish to the correct server. Without this ${project}-artifacts may
fail to deploy to Nexus.

Change-Id: Iede1f0d105e29b7a8659b1331b3e81ee8d5c1da2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/netconf/netconf-artifacts/pom.xml
opendaylight/restconf/restconf-artifacts/pom.xml

index 8a223c4317914720ae36cbd74fdf858a6427c600..a433abee75721770463e0be44244059b609aa0a0 100644 (file)
 <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.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>1.6.0-SNAPSHOT</version>
+      <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
     <version>1.0.0-SNAPSHOT</version>
index 6fab65725b2b4493be86424710dcc866403da801..d8e8edee1a3c673692b410bd03fad3abde9c48bd 100644 (file)
@@ -4,6 +4,14 @@
          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.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>1.6.0-SNAPSHOT</version>
+      <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
     <version>1.3.0-SNAPSHOT</version>
@@ -47,4 +55,4 @@
         </dependencies>
     </dependencyManagement>
 
-</project>
\ No newline at end of file
+</project>