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