X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=1f7643c8667e1f2b98943a069ae482abb6508b83;hb=b6738bbdbb5650864b5463903550c77907a22de8;hp=c6b8be43ae7451d7586ef9b931b39b4f0d3c37b1;hpb=949b5d427994f87a8000f5b2099d2ceff97dfd85;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index c6b8be43ae..1f7643c866 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.5 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin + 2.0.15-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.15-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} @@ -85,32 +92,19 @@ org.mockito - mockito-all - test + mockito-core junit junit - test - - - - org.sonatype.sisu - sisu-inject-plexus - 2.5.0 - - - - org.apache.maven.plugins maven-plugin-plugin - 3.2 @@ -129,7 +123,6 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 true @@ -142,6 +135,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +