X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=2c2ef3b5076155d2f34303e56f32eef4ff411b94;hp=6fef98ff361a05842d896d7f901a86ff04c7c783;hb=35953712dfdb524d8a320a1d61e904732538cac7;hpb=591fd680eea5c6183436cc72e756326af1505ac0 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 6fef98ff36..2c2ef3b507 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -50,6 +50,7 @@ 4.0.10.Final 0.2.4-SNAPSHOT 0.2.4-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -225,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} + + + + +