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

index 6df17f7b57507fa5e3b51cb660603dfe965b0280..5fb400d2ca5080e3dc8bd0e7d1269b153ea1287d 100644 (file)
@@ -9,6 +9,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.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.6.0-SNAPSHOT</version>
+    <relativePath/>
+  </parent>
+
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-artifacts</artifactId>
   <version>1.3.0-SNAPSHOT</version>