X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=4b481996d77dbc4fc069bbb46aed8d3c944e2896;hb=refs%2Fheads%2Fstable%2Fcarbon;hp=8055fad5dcd62bef6965a61c2416ab66565fbd1c;hpb=7f7943e4a111ba10f016fabb762b1144a16fa57f;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index 8055fad5dc..4b481996d7 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.5-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin + 1.1.5-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -19,42 +30,62 @@ TODO: add sample usage when finished + + + + org.opendaylight.yangtools + yangtools-artifacts + 1.1.5-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 - - + + org.apache.maven + maven-artifact + 3.3.9 + ${project.groupId} yang-parser-impl + + ${project.groupId} + yang-test-util + compile + ${project.groupId} yang-maven-plugin-spi + + org.sonatype.plexus + plexus-build-api + + commons-io commons-io - 2.4 @@ -66,14 +97,11 @@ org.mockito - mockito-all - 1.8.4 - test + mockito-core - junit - junit - test + junit + junit @@ -82,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 @@ -108,4 +143,19 @@ + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +