X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-model-util%2Fpom.xml;h=d30e9f55c6674dcf778fc884416f105f5abdcad5;hb=83d1befa27a488e8c02d6552ee344e37b1603541;hp=06c1b73089a3253792f4c75c76e910da515766be;hpb=bfc874afaebe67ae06c485791a5cfbc098e1f09b;p=yangtools.git diff --git a/yang/yang-model-util/pom.xml b/yang/yang-model-util/pom.xml index 06c1b73089..d30e9f55c6 100644 --- a/yang/yang-model-util/pom.xml +++ b/yang/yang-model-util/pom.xml @@ -8,32 +8,33 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.8.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 3.0.0-SNAPSHOT + ../../bundle-parent - 4.0.0 yang-model-util + bundle ${project.artifactId} ${project.artifactId} - ${project.groupId} + org.opendaylight.yangtools yang-model-api - junit - junit - test + org.opendaylight.yangtools + rfc7952-model-api + - org.mockito - mockito-core + org.opendaylight.yangtools + mockito-configuration + test ch.qos.logback @@ -49,10 +50,24 @@ maven-bundle-plugin - ${project.groupId}.${project.artifactId} + org.opendaylight.yangtools.yang.model.util + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +