From: Michal Rehak Date: Tue, 7 Oct 2014 14:53:44 +0000 (+0200) Subject: BUG-1680: default table-miss-entry feature X-Git-Tag: release/lithium~747 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a7a6f373853d7bf6245ce80bbb73a49124e276b0;p=openflowplugin.git BUG-1680: default table-miss-entry feature - added table-miss-entry-enforcer to features in order to have it accessible in karaf Change-Id: I5d58aad04d991d0a110cef0cd9b436ba9933d9d8 Signed-off-by: Michal Rehak --- diff --git a/applications/table-miss-enforcer/pom.xml b/applications/table-miss-enforcer/pom.xml index dad06bdbae..b7e90cb940 100644 --- a/applications/table-miss-enforcer/pom.xml +++ b/applications/table-miss-enforcer/pom.xml @@ -72,6 +72,29 @@ org.apache.felix maven-bundle-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/69-table-miss-enforcer.xml + xml + config + + + + + + diff --git a/features/pom.xml b/features/pom.xml index 179d94c27d..309281c2ee 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -71,6 +71,11 @@ openflowplugin ${project.version} + + org.opendaylight.openflowplugin.applications + table-miss-enforcer + ${project.version} + org.opendaylight.openflowplugin drop-test-karaf diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 999d8a75db..9453cc7af0 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -45,4 +45,9 @@ mvn:org.opendaylight.openflowplugin/test-common/${project.version} mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version} + + odl-openflowplugin-flow-services + mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version} + mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config +