X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=8ffa8204c2ec04fc49f8815ab0b226a68fccdbd8;hb=refs%2Fheads%2Fv2.0.x;hp=f701412c1ec6f8d75126b340b21d4b781ba36054;hpb=0e461a8a045a0e2c69872e0f44ffb5582bbda195;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index f701412c1e..15094de550 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -1,13 +1,25 @@ + + + - org.opendaylight.yangtools - yang - 0.5.9-SNAPSHOT + org.opendaylight.odlparent + odlparent + 3.1.9 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin + 2.0.24-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -18,36 +30,48 @@ TODO: add sample usage when finished + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.24-SNAPSHOT + import + pom + + + + org.apache.maven maven-core - 3.0.5 + 3.3.9 org.apache.maven maven-plugin-api - 3.0.5 + 3.3.9 org.apache.maven.plugin-tools maven-plugin-annotations - 3.2 + 3.4 provided org.apache.maven maven-artifact - 2.0 + 3.3.9 - com.googlecode.slf4j-maven-plugin-log - slf4j-maven-plugin-log - 1.0.0 + ${project.groupId} + yang-parser-impl ${project.groupId} - yang-parser-impl + yang-test-util + test ${project.groupId} @@ -55,9 +79,8 @@ - commons-io - commons-io - 2.4 + org.sonatype.plexus + plexus-build-api @@ -69,13 +92,11 @@ org.mockito - mockito-all - test + mockito-core junit junit - test @@ -84,7 +105,6 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 @@ -103,7 +123,6 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 true @@ -116,6 +135,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +