X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=6969a294c26e9f2d6cdd1cd7930257f44b6435dc;hb=8a6bc76658a2c3e97fd596000a47797773940005;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..6969a294c2 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 + 1.8.0-Carbon + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin + 1.2.0-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -19,46 +30,62 @@ TODO: add sample usage when finished + + + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.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 + compile ${project.groupId} yang-maven-plugin-spi + + org.sonatype.plexus + plexus-build-api + + commons-io commons-io - 2.4 @@ -70,14 +97,11 @@ org.mockito - mockito-all - 1.8.4 - test + mockito-core junit junit - test @@ -86,17 +110,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 +140,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}/ + +