Use odlparent-lite as artifacts parent 63/30363/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 22:51:13 +0000 (17:51 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 7 Dec 2015 06:37:32 +0000 (06:37 +0000)
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: Ib49a27bcf7baac7da276bac133a5b54305755b48
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
vpnservice-artifacts/pom.xml

index efc2147eabed7c935a7e2e0821abf40463f45e5c..2e34f01ee8444c3030ead77d87309946eb053186 100644 (file)
@@ -10,6 +10,14 @@ 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.vpnservice</groupId>
   <artifactId>vpnservice-artifacts</artifactId>
   <version>0.2.0-SNAPSHOT</version>