X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=acd6d081d30a6f8116a9cbcc643d0baae942b26a;hb=a93d098c5ea45c25d61db588c8082d1b8553628e;hp=c66c21a80a52c92fb022e0c3e84e138d71219090;hpb=f1110ba0f38666e3b0f66abfbf098bca1c73f104;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index c66c21a80a..acd6d081d3 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -10,13 +10,16 @@ - org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + org.opendaylight.odlparent + odlparent + 3.0.0-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin + 2.0.0-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -27,34 +30,48 @@ TODO: add sample usage when finished + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.0-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} @@ -65,16 +82,6 @@ org.sonatype.plexus plexus-build-api - - org.codehaus.plexus - plexus-slf4j-logging - - - - commons-io - commons-io - 2.4 - ${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,7 +135,29 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +