X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fmockito-configuration%2Fpom.xml;h=76d11c7ec04b38f2ddcd580aac9c7845a819e3e7;hb=db5a6e505aad87bcb106155160be386767de0aed;hp=1637e1f9cbc3ccdde018767b948a28fc700a1094;hpb=6af56665be090c6d6e7ac910e77698b73a63cc53;p=yangtools.git diff --git a/common/mockito-configuration/pom.xml b/common/mockito-configuration/pom.xml index 1637e1f9cb..76d11c7ec0 100644 --- a/common/mockito-configuration/pom.xml +++ b/common/mockito-configuration/pom.xml @@ -10,18 +10,24 @@ - org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + odlparent + 4.0.0 + 4.0.0 + org.opendaylight.yangtools mockito-configuration + 2.1.0-SNAPSHOT Default mockito configuration jar ${project.artifactId} + + ${project.basedir}/../../target/jacoco.exec + + @@ -29,9 +35,25 @@ mockito-core compile - - junit - junit - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + + +