From 77fa76b4b15ec6d74920349f9a066ec4597b2585 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 16 Aug 2016 11:04:00 +0200 Subject: HONEYCOMB-22: Remove karaf based distribution and wiring Change-Id: I48aafb726de53b6ad3fb9b97c202f712dfa4a540 Signed-off-by: Maros Marsalek --- common/features-parent/pom.xml | 81 ---------------------- .../features-parent/src/main/features/features.xml | 16 ----- common/karaf-parent/pom.xml | 81 ---------------------- common/pom.xml | 2 - 4 files changed, 180 deletions(-) delete mode 100644 common/features-parent/pom.xml delete mode 100644 common/features-parent/src/main/features/features.xml delete mode 100644 common/karaf-parent/pom.xml (limited to 'common') diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml deleted file mode 100644 index b28661d8c..000000000 --- a/common/features-parent/pom.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - org.opendaylight.odlparent - features-parent - 1.6.2-Beryllium-SR2 - - - - - http://nexus.fd.io/content - - - io.fd.honeycomb.common - features-parent - 1.0.0-SNAPSHOT - 4.0.0 - pom - - - - maven-checkstyle-plugin - ${checkstyle.version} - - - check-license - - check - - none - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - unpack-license - none - unpack - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - - - - - fdio-release - ${nexusproxy}/repositories/fd.io.release/ - - - fdio-snapshot - ${nexusproxy}/repositories/fd.io.snapshot/ - - - diff --git a/common/features-parent/src/main/features/features.xml b/common/features-parent/src/main/features/features.xml deleted file mode 100644 index 7d78e78a0..000000000 --- a/common/features-parent/src/main/features/features.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml deleted file mode 100644 index d8091f1ff..000000000 --- a/common/karaf-parent/pom.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - org.opendaylight.controller - karaf-parent - 1.6.2-Beryllium-SR2 - - - - - http://nexus.fd.io/content - - - 4.0.0 - io.fd.honeycomb.common - karaf-parent - 1.0.0-SNAPSHOT - pom - - - - maven-checkstyle-plugin - ${checkstyle.version} - - - check-license - - check - - none - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - unpack-license - none - unpack - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - - - - - fdio-release - ${nexusproxy}/repositories/fd.io.release/ - - - fdio-snapshot - ${nexusproxy}/repositories/fd.io.snapshot/ - - - diff --git a/common/pom.xml b/common/pom.xml index 12f87b9ce..3a53456f2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -27,9 +27,7 @@ checkstyle api-parent - features-parent impl-parent - karaf-parent minimal-assembly-descriptor minimal-distribution-parent -- cgit 1.2.3-korg