X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fforwardingrulesmanager%2Fimplementation%2Fpom.xml;h=e7faf735841441c67112042106c9b1eb6b13cfc4;hb=dfec2688d4213adc433187295d6667cea746d68c;hp=2c0bc9319c1fc21e381d8b8db4034350c1c93758;hpb=fc7a2ae9b5c6b82d463fe612509a157e3f261653;p=controller.git diff --git a/opendaylight/forwardingrulesmanager/implementation/pom.xml b/opendaylight/forwardingrulesmanager/implementation/pom.xml index 2c0bc9319c..e7faf73584 100644 --- a/opendaylight/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/forwardingrulesmanager/implementation/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 org.opendaylight.controller @@ -8,28 +9,50 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + - org.opendaylight.controller forwardingrulesmanager.implementation 0.4.0-SNAPSHOT bundle + + + jacoco + reuseReports + target/jacoco.exec + target/jacoco-it.exec + java + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - - - - - org.opendaylight.controller.clustering.services, - org.opendaylight.controller.configuration, + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + + + + org.opendaylight.controller.forwardingrulesmanager.implementation.data + + + org.opendaylight.controller.clustering.services, + org.opendaylight.controller.configuration, org.opendaylight.controller.hosttracker, org.opendaylight.controller.hosttracker.hostAware, org.opendaylight.controller.switchmanager, @@ -37,9 +60,11 @@ org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.flowprogrammer, org.opendaylight.controller.sal.match, - org.opendaylight.controller.sal.utils, + org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, - org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.sal.connection, + org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.connectionmanager, javax.xml.bind.annotation, javax.xml.bind, org.apache.felix.dm, @@ -47,19 +72,42 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.forwardingrulesmanager.internal.Activator - + org.osgi.framework + + + org.opendaylight.controller.forwardingrulesmanager.internal.Activator + org.opendaylight.controller.hosttracker + ${project.basedir}/META-INF + + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + test + + report + + + + @@ -72,7 +120,7 @@ org.opendaylight.controller configuration 0.4.0-SNAPSHOT - + org.opendaylight.controller clustering.services @@ -81,23 +129,33 @@ org.opendaylight.controller switchmanager + 0.5.0-SNAPSHOT + + + org.opendaylight.controller + sal + 0.5.0-SNAPSHOT + + + org.opendaylight.controller + sal.connection + 0.1.0-SNAPSHOT + + + org.opendaylight.controller + forwardingrulesmanager 0.4.0-SNAPSHOT - - org.opendaylight.controller - sal - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - forwardingrulesmanager - 0.4.0-SNAPSHOT - junit junit 4.8.1 test + + org.opendaylight.controller + connectionmanager + 0.1.0-SNAPSHOT +