Use odlparent-lite as artifacts parent 42/30342/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 22:10:33 +0000 (17:10 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 29 Nov 2015 22:10:33 +0000 (17:10 -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: Ie551d56f4378b1242f20f73244d2dd09e6e6469f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
common/artifacts/pom.xml
dom/mdsal-artifacts/pom.xml
model/artifacts/pom.xml

index 1ba20bcce119c0fd65e675e8047fa63943b8a90c..e716496e1e442bd5eb1e1f209e353f3e9f43ae81 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.mdsal</groupId>
     <artifactId>mdsal-artifacts</artifactId>
     <version>2.0.0-SNAPSHOT</version>
index 3f64b777f17430138f97f80330165b5f526df522..0b62c1e5537d99f848e7c662cfab74ac729458d2 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.controller</groupId>
     <artifactId>mdsal-artifacts</artifactId>
     <version>1.3.0-SNAPSHOT</version>
index ab5705ef33cb345bde71c3ff9661f0806d022056..a01b88f1ba1322fef589f3a67962d08d7e02a4ca 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.mdsal.model</groupId>
     <artifactId>mdsal-model-artifacts</artifactId>
     <version>0.8.0-SNAPSHOT</version>