From 3f1ca5fbfeb26a6326aaa8e4de1147570356ddd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Mon, 7 Nov 2016 11:53:03 -0500 Subject: [PATCH 1/1] Remove of-config from distribution MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit of-config feature file isn't resolved, hance breaking distribution-check all over OpenDaylight projects. To be reverted once of-config resolved their issue. Change-Id: Ib12312f0f867f3db25f08272a6d526e3d8daadae Signed-off-by: Alexis de Talhouët --- features-index/pom.xml | 2 ++ features-index/src/main/resources/features.xml | 2 ++ features-test/src/main/resources/features.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/features-index/pom.xml b/features-index/pom.xml index a88a94e4..5ffd04f0 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -354,6 +354,7 @@ features xml + org.opendaylight.openflowplugin features-openflowplugin diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index 9daf94fd..8c3214f2 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -75,7 +75,9 @@ mvn:org.opendaylight.ocpplugin/features-ocpplugin/${feature.ocpplugin.version}/xml/features mvn:org.opendaylight.odlparent/features-akka/${feature.odlparent.version}/xml/features mvn:org.opendaylight.odlparent/features-odlparent/${feature.odlparent.version}/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/${feature.openflowplugin.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin-he/${feature.openflowplugin.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${feature.openflowplugin.version}/xml/features diff --git a/features-test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml index 5a93c4cd..dbafea69 100644 --- a/features-test/src/main/resources/features.xml +++ b/features-test/src/main/resources/features.xml @@ -164,7 +164,9 @@ which leads to BindException. odl-nic-core-mdsal --> + odl-ovsdb-openstack odl-ovsdb-sfc odl-snbi-all -- 2.36.6