X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=586366f41a63659bc8b75fd8ccbf12df97ae34bd;hp=3a96b422637d796789a46bde64069eec2b318086;hb=af0a694833f73b82d4ccd4ec035e1de19807fb33;hpb=391180fcde6a7a2336182e346e24a1ff9f754062 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 3a96b42263..586366f41a 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,8 +26,6 @@ netconf-mapping-api netconf-client netconf-ssh - ../../third-party/ganymed - ../../third-party/com.siemens.ct.exi netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension @@ -50,8 +47,7 @@ 5.0.0 2.4.0 1.7.2 - 4.0.10.Final - 0.9.2 + ${project.build.directory}/generated-sources/sal @@ -100,22 +96,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 @@ -203,11 +183,6 @@ logback-config ${config.version} - - com.siemens.ct.exi - exificient - ${ct.exi.version} - @@ -232,6 +207,61 @@ + + 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} + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + generate-sources + + add-source + + + + ${salGeneratorPath} + + + + +