X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=groupbasedpolicy%2Fpom.xml;h=8fedd9bd732302bf0aab4e56313dfc9a4c55a002;hb=2f9eb9aaf8281d77d5d014abf7975d263b91d819;hp=51abcbce4f07b1661b6ca20e172aeed84a95a109;hpb=f2bc716a8096cec543e647692cdd52b35b65d4f3;p=groupbasedpolicy.git diff --git a/groupbasedpolicy/pom.xml b/groupbasedpolicy/pom.xml index 51abcbce4..8fedd9bd7 100644 --- a/groupbasedpolicy/pom.xml +++ b/groupbasedpolicy/pom.xml @@ -84,10 +84,6 @@ org.opendaylight.controller.model model-flow-service - - org.opendaylight.controller.model - model-flow-management - org.opendaylight.controller.model model-inventory @@ -119,20 +115,16 @@ * - org.opendaylight.controller.config.yang.config.endpoint_provider + + org.opendaylight.yang.gen.v1.urn.opendaylight.groupbasedpolicy.*, + org.opendaylight.controller.config.yang.config.endpoint_provider, + org.opendaylight.groupbasedpolicy.endpoint, + org.opendaylight.groupbasedpolicy.resolver + ${project.basedir}/META-INF - - org.apache.maven.plugins - maven-surefire-plugin - - true - - -XX:-UseSplitVerifier - - org.codehaus.mojo build-helper-maven-plugin @@ -152,20 +144,6 @@ - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - - - org/opendaylight/yang/**/*.class - org/opendaylight/controller/config/yang/**/*.class - - - - org.opendaylight.yangtools yang-maven-plugin @@ -210,24 +188,38 @@ - - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 + org.apache.maven.plugins + maven-surefire-plugin - - html - xml - + true + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + + post-unit-test + test + + report + + + ${sonar.jacoco.reportPath} + + org/opendaylight/groupbasedpolicy/**/*.class + + + + + - +