From: Ed Warnicke Date: Sat, 20 Sep 2014 12:36:03 +0000 (-0500) Subject: Bug 1999: fix msgspy X-Git-Tag: release/helium~27 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7fb9ec41034e71eac9167c5c855a87614745b695;hp=39a9486c68075139f0034c2dd94c8cca0f3805a9;p=openflowplugin.git Bug 1999: fix msgspy Change-Id: Ie06d390170a092fb2f42f6b97d8544bd18ecad9d Signed-off-by: Ed Warnicke --- diff --git a/features/pom.xml b/features/pom.xml index aca86e2a7f..d9e36e81ad 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -81,6 +81,13 @@ xml config + + org.opendaylight.openflowplugin + openflowplugin-controller-config + ${project.version} + xml + configmsgspy + org.opendaylight.controller liblldp diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index a4f6bb9138..dd17b33e87 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -23,6 +23,7 @@ mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/${project.version} mvn:org.opendaylight.controller/liblldp/${sal.api.version} mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/config + mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/configmsgspy odl-openflowplugin-southbound diff --git a/openflowplugin-controller-config/pom.xml b/openflowplugin-controller-config/pom.xml index 22446a65c6..93bbfa1a49 100644 --- a/openflowplugin-controller-config/pom.xml +++ b/openflowplugin-controller-config/pom.xml @@ -40,6 +40,22 @@ + + attach-artifacts-msgspy + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/43-msg-spy.xml + xml + configmsgspy + + + +