BUG-6709: Remove odl-karaf-empty 55/58655/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 10 Jun 2017 03:04:48 +0000 (23:04 -0400)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Jun 2017 09:29:19 +0000 (11:29 +0200)
Projects should be using the odlparent version instead.

Change-Id: Ief85bf7e35aea5c9e85a07bdae8d47c29219ccdc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/opendaylight-karaf-empty/pom.xml [deleted file]
karaf/pom.xml

diff --git a/karaf/opendaylight-karaf-empty/pom.xml b/karaf/opendaylight-karaf-empty/pom.xml
deleted file mode 100644 (file)
index 3eb69e0..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>opendaylight-karaf-empty</artifactId>
-    <version>1.9.0</version>
-    <relativePath/>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.opendaylight.controller</groupId>
-  <artifactId>opendaylight-karaf-empty</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
-  <name>${project.artifactId}</name>
-  <packaging>pom</packaging>
-
-  <scm>
-    <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
-    <tag>HEAD</tag>
-    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
-  </scm>
-</project>
index 77153ee14e4a83f7afc316464c0768b5036036de..6c1563d36554789eb60e4d3d577dc6339198b271 100644 (file)
@@ -22,6 +22,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modules>
     <module>karaf-parent</module>
     <module>opendaylight-karaf</module>
-    <module>opendaylight-karaf-empty</module>
   </modules>
 </project>