X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=5bb624e38c9489f49b54a7b78787f67b3d91c60a;hb=63bf2c78aab8a4a48201877a5b5de255ff3cdf75;hp=310073fc72e537330c37885fcd7f75748a327b8d;hpb=d840c921a370f0704ba2d68faf4cfffda08c4440;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index 310073fc72..5bb624e38c 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT netconf-impl bundle @@ -89,11 +89,6 @@ test-jar test - - commons-io - commons-io - test - xmlunit @@ -110,6 +105,7 @@ org.opendaylight.controller.netconf.impl.osgi.NetconfImplActivator + org.opendaylight.controller.netconf.impl.* @@ -125,6 +121,41 @@ + + org.opendaylight.yangtools + yang-maven-plugin + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + +