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

index 62b622c9777986544a6a7620f4d850a9068bc0ed..20e5f92e8da2c7d4a6468011c96b2b963d85c9fd 100644 (file)
@@ -11,6 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
          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.ovsdb</groupId>
   <artifactId>ovsdb-artifacts</artifactId>
   <version>1.2.1-SNAPSHOT</version>