X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fcheckstyle-logging%2Fpom.xml;fp=common%2Fcheckstyle-logging%2Fpom.xml;h=9e37c5526eaa2ed050a85045a397f54f28d964f4;hb=fda60c9a17f1b13c6176940380ef41ecb58843c4;hp=bca02b42d3c4687fd4051b02d1c68b1ebb1e507a;hpb=cac1831a621574716e403afe7997360308758fa6;p=yangtools.git diff --git a/common/checkstyle-logging/pom.xml b/common/checkstyle-logging/pom.xml index bca02b42d3..9e37c5526e 100644 --- a/common/checkstyle-logging/pom.xml +++ b/common/checkstyle-logging/pom.xml @@ -8,42 +8,62 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 + 4.0.0 org.opendaylight.odlparent bundle-parent 4.0.0-SNAPSHOT - org.opendaylight.yangtools - checkstyle-logging - 2.1.0-SNAPSHOT - bundle - - - - com.puppycrawl.tools - checkstyle - - - commons-logging - commons-logging - 1.2 - - + org.opendaylight.yangtools + checkstyle-logging + 2.1.0-SNAPSHOT + bundle - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - false - checkstyle.violationSeverity=error - - - - + + ${project.basedir}/../../target/jacoco.exec + + + + + + com.puppycrawl.tools + checkstyle + + + commons-logging + commons-logging + 1.2 + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + false + checkstyle.violationSeverity=error + + + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco.exec + + + + + +