From 7fb9ec41034e71eac9167c5c855a87614745b695 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sat, 20 Sep 2014 07:36:03 -0500 Subject: [PATCH] Bug 1999: fix msgspy Change-Id: Ie06d390170a092fb2f42f6b97d8544bd18ecad9d Signed-off-by: Ed Warnicke --- features/pom.xml | 7 +++++++ features/src/main/resources/features.xml | 1 + openflowplugin-controller-config/pom.xml | 16 ++++++++++++++++ 3 files changed, 24 insertions(+) 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 + + + + -- 2.36.6