X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=c6a7b087bef4f2d44248caa7af6ef3f9a8570f46;hb=4f8b34fe2d421cae89e6e668b2d5a7f4b289ccac;hp=9f8ad6309e8cd28855a4ab0d1174fac49d2643b2;hpb=e6dab38c575b26f9450e2d8830f8e1a08c5703e9;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index 9f8ad6309e..c6a7b087be 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -1,14 +1,25 @@ - + + + + - org.opendaylight.yangtools - yang - 0.5.7-SNAPSHOT + org.opendaylight.odlparent + odlparent + 2.0.5 + 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. @@ -19,36 +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.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} @@ -56,9 +79,8 @@ - commons-io - commons-io - 2.4 + org.sonatype.plexus + plexus-build-api @@ -70,14 +92,11 @@ org.mockito - mockito-all - 1.8.4 - test + mockito-core junit junit - test @@ -86,17 +105,24 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 + + org.apache.felix + maven-bundle-plugin + + + maven-plugin + + + org.apache.maven.plugins maven-plugin-plugin - 3.2 true @@ -109,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}/ + +