From 13b90c26af69992d651015448482871fd1e8577e Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Mon, 30 Jul 2018 19:13:15 +0200 Subject: [PATCH] Remove Karaf4 useless features Change-Id: I02496ac1574d2094eb937fa995cad251ec94cafc Signed-off-by: guillaume.lambert --- cli/pom.xml | 45 -------------- features/features-transportpce/pom.xml | 14 ----- features/odl-transportpce-cli/pom.xml | 69 --------------------- features/odl-transportpce-inventory/pom.xml | 7 --- features/odl-transportpce-rest/pom.xml | 61 ------------------ features/odl-transportpce-ui/pom.xml | 46 -------------- features/pom.xml | 2 - karaf/pom.xml | 2 +- 8 files changed, 1 insertion(+), 245 deletions(-) delete mode 100644 cli/pom.xml delete mode 100644 features/odl-transportpce-cli/pom.xml delete mode 100644 features/odl-transportpce-rest/pom.xml delete mode 100644 features/odl-transportpce-ui/pom.xml diff --git a/cli/pom.xml b/cli/pom.xml deleted file mode 100644 index d33909709..000000000 --- a/cli/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.opendaylight.controller - config-parent - 0.8.3-SNAPSHOT - - - - org.opendaylight.transportpce - transportpce-cli - 0.2.0-SNAPSHOT - bundle - - - - - ${project.groupId} - transportpce-api - ${project.version} - - - - - org.apache.karaf.shell - org.apache.karaf.shell.console - ${karaf.version} - - - org.apache.karaf.shell - org.apache.karaf.shell.table - ${karaf.version} - - - diff --git a/features/features-transportpce/pom.xml b/features/features-transportpce/pom.xml index 25e70765b..8c3d652b0 100644 --- a/features/features-transportpce/pom.xml +++ b/features/features-transportpce/pom.xml @@ -50,20 +50,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL features xml - - ${project.groupId} - odl-transportpce-rest - ${project.version} - features - xml - - - ${project.groupId} - odl-transportpce-ui - ${project.version} - features - xml - ${project.groupId} odl-transportpce-inventory diff --git a/features/odl-transportpce-cli/pom.xml b/features/odl-transportpce-cli/pom.xml deleted file mode 100644 index d859b28b7..000000000 --- a/features/odl-transportpce-cli/pom.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - single-feature-parent - 3.1.0 - - - - org.opendaylight.transportpce - odl-transportpce-cli - 0.2.0-SNAPSHOT - feature - - - 0.12.3-SNAPSHOT - 1.7.3-SNAPSHOT - 1.7.3-SNAPSHOT - 1.3.0-SNAPSHOT - 1.4.3-SNAPSHOT - etc/opendaylight/karaf - - - OpenDaylight :: transportpce :: CLI - - - - org.opendaylight.transportpce - odl-transportpce - ${project.version} - features - xml - - - ${project.groupId} - transportpce-cli - ${project.version} - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - - - org.apache.karaf.shell.commands;version="[3.0.0,4.1)", - org.apache.karaf.shell.console;version="[3.0.0,4.1)", - * - - - - - - - diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index d1f46e53d..f713b1f18 100644 --- a/features/odl-transportpce-inventory/pom.xml +++ b/features/odl-transportpce-inventory/pom.xml @@ -37,13 +37,6 @@ transportpce-inventory ${project.version} - - org.opendaylight.transportpce - odl-transportpce-ui - ${project.version} - features - xml - diff --git a/features/odl-transportpce-rest/pom.xml b/features/odl-transportpce-rest/pom.xml deleted file mode 100644 index 4d1ff66be..000000000 --- a/features/odl-transportpce-rest/pom.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - single-feature-parent - 3.1.0 - - - - org.opendaylight.transportpce - odl-transportpce-rest - 0.2.0-SNAPSHOT - feature - - - 1.7.3-SNAPSHOT - - - OpenDaylight :: transportpce :: REST - - - - org.opendaylight.netconf - odl-restconf - ${restconf.version} - features - xml - - - org.opendaylight.transportpce - odl-transportpce - ${project.version} - features - xml - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.18.1 - - true - - - - - - diff --git a/features/odl-transportpce-ui/pom.xml b/features/odl-transportpce-ui/pom.xml deleted file mode 100644 index aac5d78f1..000000000 --- a/features/odl-transportpce-ui/pom.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - single-feature-parent - 3.1.0 - - - - org.opendaylight.transportpce - odl-transportpce-ui - 0.2.0-SNAPSHOT - feature - - - 1.7.3-SNAPSHOT - - - OpenDaylight :: transportpce :: UI - - - org.opendaylight.transportpce - odl-transportpce-rest - ${project.version} - features - xml - - - org.opendaylight.netconf - odl-mdsal-apidocs - ${mdsal.version} - features - xml - - - diff --git a/features/pom.xml b/features/pom.xml index d1b690d71..23242338a 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -28,9 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL odl-transportpce-ordmodels odl-transportpce-stubmodels odl-transportpce - odl-transportpce-ui odl-transportpce-inventory - odl-transportpce-rest diff --git a/karaf/pom.xml b/karaf/pom.xml index 1555d36a7..087099242 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL pom - odl-transportpce-ui + odl-transportpce ${project.build.outputDirectory}/../yang-models/schema -- 2.36.6