X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=ab71180ba9ae626f84a5da6e80f2930d5b7ef416;hp=b70586f432b954fcc0ba1443cfcc73c253888708;hb=f776809962df87deeaa533ba995cc6fceba64d0e;hpb=c245145e1e13b6c01d51582cffa6f4f7d07d2f1a diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index b70586f432..ab71180ba9 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../commons/opendaylight - 0.2.3-SNAPSHOT + 0.2.5-SNAPSHOT netconf-subsystem pom ${project.artifactId} @@ -27,7 +26,6 @@ netconf-mapping-api netconf-client netconf-ssh - ../../third-party/ganymed netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension @@ -49,7 +47,6 @@ 5.0.0 2.4.0 1.7.2 - 4.0.10.Final @@ -98,22 +95,6 @@ config-util ${config.version} - - ${project.groupId} - yang-store-api - ${config.version} - - - ${project.groupId} - yang-store-impl - ${config.version} - - - ${project.groupId} - yang-store-impl - ${config.version} - test-jar - ${project.groupId} yang-test @@ -156,6 +137,12 @@ netconf-impl ${netconf.version} + + ${project.groupId} + netconf-impl + ${netconf.version} + test-jar + ${project.groupId} netconf-monitoring @@ -171,11 +158,6 @@ config-persister-api ${config.version} - - org.opendaylight.controller - config-persister-file-adapter - ${config.version} - ${project.groupId} netconf-client @@ -225,6 +207,43 @@ + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + + generate-sources + + + src/main/yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + ${salGeneratorPath} + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + ${project.build.directory}/site/models + + + true + + + + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + +