Use odlparent-lite as artifacts parent 32/30332/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 21:45:55 +0000 (16:45 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 21:46:55 +0000 (16:46 -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: Icff4d53b0af400ecae86c6099ebba00ec0509c72
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
artifacts/pom.xml

index 3c3a5f008e4f53ba0ad63182de00cabbb2423d1b..03db7f65853a819ad7af1a65f279c3a9cd3941f8 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.bgpcep</groupId>
     <artifactId>bgpcep-artifacts</artifactId>
     <version>0.5.0-SNAPSHOT</version>