X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=9a71c47193ec25c98c7d04cd6317ddd7341177eb;hp=6fef98ff361a05842d896d7f901a86ff04c7c783;hb=fe7eb3f60b2d83d0e6a812cab5d4ba5319bb4e18;hpb=591fd680eea5c6183436cc72e756326af1505ac0 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 6fef98ff36..9a71c47193 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -8,7 +8,7 @@ ../commons/opendaylight - 0.2.4-SNAPSHOT + 0.2.5-SNAPSHOT netconf-subsystem pom ${project.artifactId} @@ -47,9 +47,6 @@ 5.0.0 2.4.0 1.7.2 - 4.0.10.Final - 0.2.4-SNAPSHOT - 0.2.4-SNAPSHOT @@ -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 @@ -171,11 +152,6 @@ config-persister-api ${config.version} - - org.opendaylight.controller - config-persister-file-adapter - ${config.version} - ${project.groupId} netconf-client @@ -225,6 +201,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} + + +