From 81c606b42af5e3d9839a8b34e97405d58528a3a7 Mon Sep 17 00:00:00 2001 From: Shigeru Yasuda Date: Fri, 7 Nov 2014 16:37:52 +0900 Subject: [PATCH] Include lldp-speaker application in VTN Manager binary distribution. Change-Id: I5056dc66bdaf69361b92ffe93f386c9e2bf6fa56 Signed-off-by: Shigeru Yasuda --- manager/common/pom.xml | 25 ++++++++++++++++--------- manager/dist/pom.xml | 11 ++++++++++- manager/dist/src/assemble/bin.xml | 2 +- 3 files changed, 27 insertions(+), 11 deletions(-) diff --git a/manager/common/pom.xml b/manager/common/pom.xml index 5abbfe46..8dc9d0e9 100644 --- a/manager/common/pom.xml +++ b/manager/common/pom.xml @@ -71,7 +71,6 @@ 1.5.0-SNAPSHOT 0.5.0-SNAPSHOT - 0.1.0-SNAPSHOT 1.1.0-SNAPSHOT 0.7.0-SNAPSHOT @@ -83,6 +82,9 @@ vtn/checkstyle.xml + + + 0.1.0-SNAPSHOT @@ -775,37 +777,42 @@ org.opendaylight.openflowplugin openflowplugin-api - 0.1.0-SNAPSHOT + ${odl.openflowplugin.version} org.opendaylight.openflowplugin openflowplugin-extension-api - 0.1.0-SNAPSHOT + ${odl.openflowplugin.version} org.opendaylight.openflowplugin openflowplugin - 0.1.0-SNAPSHOT + ${odl.openflowplugin.version} org.opendaylight.openflowplugin openflowplugin-controller-config - 0.1.0-SNAPSHOT + ${odl.openflowplugin.version} org.opendaylight.openflowplugin openflowplugin-extension-nicira - 0.1.0-SNAPSHOT + ${odl.openflowplugin.version} org.opendaylight.openflowplugin openflowjava-extension-nicira-api - 0.1.0-SNAPSHOT + ${odl.openflowplugin.version} org.opendaylight.openflowplugin openflowjava-extension-nicira - 0.1.0-SNAPSHOT + ${odl.openflowplugin.version} + + + org.opendaylight.openflowplugin.applications + lldp-speaker + ${odl.openflowplugin.version} @@ -880,7 +887,7 @@ org.opendaylight.openflowplugin features-openflowplugin - ${feature.openflowplugin.version} + ${odl.openflowplugin.version} features xml runtime diff --git a/manager/dist/pom.xml b/manager/dist/pom.xml index 3d10c0dd..dfbbbd1d 100644 --- a/manager/dist/pom.xml +++ b/manager/dist/pom.xml @@ -97,6 +97,10 @@ org.opendaylight.openflowplugin openflowjava-extension-nicira + + org.opendaylight.openflowplugin.applications + lldp-speaker + @@ -171,11 +175,16 @@ ${project.build.directory}/provided-configs + + org.opendaylight.openflowplugin, + org.opendaylight.openflowplugin.applications + openflowplugin-controller-config, openflowplugin-extension-nicira, openflowjava-extension-nicira, - openflowjava-extension-nicira-api + openflowjava-extension-nicira-api, + lldp-speaker **\/*.xml true diff --git a/manager/dist/src/assemble/bin.xml b/manager/dist/src/assemble/bin.xml index b1d96c3b..a67fc990 100644 --- a/manager/dist/src/assemble/bin.xml +++ b/manager/dist/src/assemble/bin.xml @@ -83,7 +83,7 @@ org.opendaylight.openflowjava:* - org.opendaylight.openflowplugin:* + org.opendaylight.openflowplugin*:* org.opendaylight.ovsdb:* -- 2.36.6