X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=39a2ee989e284f6cbef1cbd17987b0a4643ddd25;hb=fda60c9a17f1b13c6176940380ef41ecb58843c4;hp=296fc448fe10f7f25285b2277f2de679e5217067;hpb=de46c5bee2fc2e9515a922944cf6c3543413c5e4;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 296fc448fe..39a2ee989e 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent odlparent - 3.0.2 + 4.0.0-SNAPSHOT 4.0.0 org.opendaylight.yangtools yang-maven-plugin-it - 2.0.3-SNAPSHOT + 2.1.0-SNAPSHOT @@ -44,6 +44,7 @@ ${project.version} + ${project.basedir}/../../target/jacoco.exec @@ -119,6 +120,28 @@ checkstyle.violationSeverity=error + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco.exec + + + +