X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=50e84463f5651948f408ef703ce6ee2d93590330;hb=a8efbf6623ba1f9ffbb0278672f32e9cfe73a014;hp=bec17ff8ab22f31b5b3e114e196b132874dabf1e;hpb=a1f366e3d9e04524d44a4c2ea40709b7a410d39c;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index bec17ff8ab..a990b5c6cb 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -5,164 +5,51 @@ org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT ../commons/opendaylight netconf-subsystem - 0.2.5-SNAPSHOT + 0.3.0-SNAPSHOT pom ${project.artifactId} - - 3.0.4 - netconf-api + netconf-cli + 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-ssh + netconf-tcp netconf-monitoring + ietf-netconf ietf-netconf-monitoring + ietf-netconf-notifications ietf-netconf-monitoring-extension - ../../third-party/org.openexi - - - - 2.4.0 - 5.0.0 - 1.7.2 - + netconf-connector-config + netconf-mdsal-config + netconf-auth + netconf-usermanager + netconf-testtool + netconf-notifications-impl + netconf-notifications-api - - - - ${project.groupId} - config-api - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - test-jar - - - ${project.groupId} - config-netconf-connector - ${netconf.version} - - - ${project.groupId} - config-persister-impl - ${netconf.version} - - - ${project.groupId} - config-util - ${config.version} - - - ${project.groupId} - ietf-netconf-monitoring - ${netconf.version} - - - ${project.groupId} - netconf-api - ${netconf.version} - - - ${project.groupId} - netconf-client - ${netconf.version} - - - ${project.groupId} - netconf-impl - ${netconf.version} - - - ${project.groupId} - netconf-impl - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-mapping-api - ${netconf.version} - - - ${project.groupId} - netconf-monitoring - ${netconf.version} - - - ${project.groupId} - netconf-ssh - ${netconf.version} - - - ${project.groupId} - netconf-ssh - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-util - ${netconf.version} - - - ${project.groupId} - netconf-util - ${netconf.version} - test-jar - - - ${project.groupId} - yang-jmx-generator - ${config.version} - - - ${project.groupId} - yang-test - ${config.version} - - - org.opendaylight.controller - config-persister-api - ${config.version} - - - org.opendaylight.controller - logback-config - ${config.version} - - - org.osgi - org.osgi.core - ${osgi.version} - - - xmlunit - xmlunit - 1.4 - - - + netconf-artifacts + + + org.osgi + org.osgi.core + ch.qos.logback logback-classic @@ -181,7 +68,6 @@ org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true @@ -226,6 +112,34 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + false + true + checkstyle-logging.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/,**\/netconf\/test\/tool\/Main.java + + + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + + + + + + check + + + + org.apache.maven.plugins maven-compiler-plugin