X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=82082447ed56bf71abdd024fe8a0d9edf061c5b1;hb=b2e81149739c87f0ecc2ce7f06448d7a5d3162b8;hp=2bb6a2003568cbe5f990f410e6a60f0a22d5d6fa;hpb=1b8f7c7beaed83797320686bebddd536637aed9a;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 2bb6a20035..82082447ed 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -5,38 +5,50 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../commons/opendaylight netconf-subsystem - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT pom ${project.artifactId} - - 3.0.4 - + + + 0.4.0-SNAPSHOT + 01-netconf.xml + 08-mdsal-netconf.xml + 99-netconf-connector.xml + **/org/opendaylight/controller/netconf/cli/**, **/org/opendaylight/controller/netconf/test/tool/** + + netconf-artifacts + netconf-api - - netconf-config netconf-impl config-netconf-connector + mdsal-netconf-connector + mdsal-netconf-monitoring netconf-util netconf-netty-util - config-persister-impl netconf-mapping-api netconf-client + netconf-config-dispatcher netconf-ssh netconf-tcp netconf-monitoring - ietf-netconf-monitoring - ietf-netconf-monitoring-extension netconf-connector-config + netconf-mdsal-config netconf-auth - netconf-usermanager + netconf-notifications-impl + netconf-notifications-api + sal-netconf-connector + messagebus-netconf + features + models + tools @@ -56,6 +68,26 @@ + + + + org.opendaylight.controller + netconf-artifacts + ${project.version} + pom + import + + + org.opendaylight.controller + features-netconf-connector + ${project.version} + features + xml + runtime + + + + @@ -72,35 +104,37 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - - + config generate-sources - src/main/yang - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - ${project.build.directory}/site/models + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} true + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + @@ -109,16 +143,15 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.12 false - false + true checkstyle-logging.xml true true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang - **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/,**\/netconf\/test\/tool\/Main.java, **\/netconf\/test\/tool\/client\/stress\/StressClient.java @@ -152,15 +185,5 @@ netconf-it - - - testtool - - false - - - netconf-testtool - -