X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=2c2ef3b5076155d2f34303e56f32eef4ff411b94;hp=b419df0bbe13e672674d67b31b6b7ed5340acc1b;hb=6fd408a04fe4a3611843e2246ece6d7c34b76903;hpb=59476e25de9a8e7c22743e6efd8138a7aeee7b57 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index b419df0bbe..2c2ef3b507 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.4-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 @@ -50,8 +48,9 @@ 2.4.0 1.7.2 4.0.10.Final - 0.2.3-SNAPSHOT - 0.2.3-SNAPSHOT + 0.2.4-SNAPSHOT + 0.2.4-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -227,6 +226,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} + + + + +