X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-it%2Fpom.xml;h=2b632b4ab0bccfaf1e34df182afe8d9c53021f05;hb=f467b1de7ed7a25d19d9210c0372bfb8b8fd697f;hp=e5d9ba9134a1bde4e65fc521406d26e160202177;hpb=83ce8b8e8ce5a4fc605d45aebb5491c73880ba5a;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index e5d9ba9134..2b632b4ab0 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -16,6 +16,9 @@ 3.0.0 1.5.0 + + ../sal-binding-broker/target/jacoco.exec + ../sal-binding-broker/target/jacoco-it.exec @@ -33,10 +36,32 @@ + + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + test + + report + + + + - org.eclipse.m2e @@ -70,6 +95,29 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + ../sal-binding-broker/target/jacoco-it.exec + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + + true + + + + @@ -147,5 +195,16 @@ 1.0-SNAPSHOT provided + + org.opendaylight.controller + config-manager + 0.2.2-SNAPSHOT + + + org.opendaylight.controller.model + model-flow-management + 1.0-SNAPSHOT + provided +