From f35a5aae270f9ad94dd1095d87c0c2f7fe1f6561 Mon Sep 17 00:00:00 2001 From: Martin Bobak Date: Tue, 14 Oct 2014 13:44:59 +0200 Subject: [PATCH] Bug 1764 - created new bundle responsible for default OF switch configuration Change-Id: Ie8f987be79dad4263d1e597efad2635e1460451a Signed-off-by: Martin Bobak --- applications/of-switch-config-pusher/pom.xml | 45 ++++++++++++++++++++ applications/pom.xml | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 applications/of-switch-config-pusher/pom.xml diff --git a/applications/of-switch-config-pusher/pom.xml b/applications/of-switch-config-pusher/pom.xml new file mode 100644 index 0000000000..de085e43ca --- /dev/null +++ b/applications/of-switch-config-pusher/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + + org.opendaylight.openflowplugin + applications + 0.1.0-SNAPSHOT + + org.opendaylight.openflowplugin.applications + of-switch-config-pusher + bundle + + + junit + junit + 3.8.1 + test + + + + + + org.jacoco + jacoco-maven-plugin + + + + ${project.basedir}/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/**/*.java + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + org.apache.felix + maven-bundle-plugin + + + + diff --git a/applications/pom.xml b/applications/pom.xml index 22ed667b5e..709b06a2be 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -100,6 +100,7 @@ table-miss-enforcer - + of-switch-config-pusher + \ No newline at end of file -- 2.36.6