X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=15094de550d07244604fde35ef447ad252b877d1;hb=refs%2Fheads%2Fv2.0.x;hp=ab9085398894e628fd1c76d2062229c8c9c7d163;hpb=9bd127cbfd0b90718dba3574b666d06ecb9c7334;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index ab90853988..15094de550 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -10,14 +10,16 @@ - org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + 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. @@ -28,30 +30,49 @@ TODO: add sample usage when finished + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.24-SNAPSHOT + import + pom + + + + org.apache.maven maven-core + 3.3.9 org.apache.maven maven-plugin-api + 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 ${project.groupId} yang-parser-impl + + ${project.groupId} + yang-test-util + test + ${project.groupId} yang-maven-plugin-spi @@ -62,11 +83,6 @@ plexus-build-api - - commons-io - commons-io - - ${project.groupId} yang-maven-plugin-spi @@ -89,7 +105,6 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 @@ -108,7 +123,6 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 true @@ -121,6 +135,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +