Use odlparent-lite as artifacts parent 59/30359/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 22:44:53 +0000 (17:44 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 22:44:53 +0000 (17:44 -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: I8c3b9e1f250238cb90fafda042d50bf524d75faa
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
artifacts/pom.xml

index 1bb69b6e7ad747033bcad4d6147e65bab6b35ef4..ed8adc5c6a05777631170715c5717300f5f3c7ac 100755 (executable)
@@ -9,6 +9,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 <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.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
   <version>0.0.1-SNAPSHOT</version>