X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=4b49e279e61404001d2fff6845e6f5b9e6ba4c81;hb=588f21b3e9e0ce13393dd930a845a9ebfa01ef09;hp=d780f767e25774281ec6e557a0c31eaa0a6a85c6;hpb=39f86e4305bcd4f42771ad15819f743bc4bef446;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index d780f767e2..4b49e279e6 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.6.2-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + odlparent + 3.1.3 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin + 2.0.6.3-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -28,34 +30,48 @@ TODO: add sample usage when finished + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.6.3-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 - com.jcabi - jcabi-maven-slf4j - 0.8 + ${project.groupId} + yang-parser-impl ${project.groupId} - yang-parser-impl + yang-test-util + test ${project.groupId} @@ -66,15 +82,6 @@ org.sonatype.plexus plexus-build-api - - org.codehaus.plexus - plexus-slf4j-logging - - - - commons-io - commons-io - ${project.groupId} @@ -93,22 +100,11 @@ - - - - org.sonatype.sisu - sisu-inject-plexus - 2.5.0 - - - - org.apache.maven.plugins maven-plugin-plugin - 3.2 @@ -127,7 +123,6 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 true @@ -140,6 +135,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +