X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=2c2ef3b5076155d2f34303e56f32eef4ff411b94;hb=5e035029b351317b24cf2dfb45504bf5a830d2d1;hp=1d7d55209466e0f5a4f43b0bcf0bbcc16817cdf4;hpb=397cc9012f67596848019ca7874f3a303523b7e6;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 1d7d552094..2c2ef3b507 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -1,16 +1,14 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../commons/opendaylight - org.opendaylight.controller - 0.2.1-SNAPSHOT + 0.2.4-SNAPSHOT netconf-subsystem pom ${project.artifactId} @@ -24,19 +22,35 @@ netconf-impl config-netconf-connector netconf-util - netconf-it config-persister-impl netconf-mapping-api netconf-client + netconf-ssh + netconf-monitoring + ietf-netconf-monitoring + ietf-netconf-monitoring-extension + + + integrationtests + + false + + + netconf-it + + + + 5.0.0 - 2.3.7 + 2.4.0 1.7.2 - 1.7 - 1.7 4.0.10.Final + 0.2.4-SNAPSHOT + 0.2.4-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -60,20 +74,20 @@ ${osgi.version} - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - test + ${project.groupId} + config-api + ${config.version} ${project.groupId} - config-api + config-manager ${config.version} ${project.groupId} config-manager ${config.version} + test-jar ${project.groupId} @@ -95,11 +109,99 @@ yang-store-impl ${config.version} + + ${project.groupId} + yang-store-impl + ${config.version} + test-jar + ${project.groupId} yang-test ${config.version} + + ${project.groupId} + netconf-api + ${netconf.version} + + + ${project.groupId} + netconf-util + ${netconf.version} + + + ${project.groupId} + netconf-util + ${netconf.version} + test-jar + + + ${project.groupId} + netconf-ssh + ${netconf.version} + + + ${project.groupId} + netconf-ssh + ${netconf.version} + test-jar + + + ${project.groupId} + netconf-mapping-api + ${netconf.version} + + + ${project.groupId} + netconf-impl + ${netconf.version} + + + ${project.groupId} + netconf-monitoring + ${netconf.version} + + + ${project.groupId} + ietf-netconf-monitoring + ${netconf.version} + + + org.opendaylight.controller + config-persister-api + ${config.version} + + + org.opendaylight.controller + config-persister-file-adapter + ${config.version} + + + ${project.groupId} + netconf-client + ${netconf.version} + + + xmlunit + xmlunit + 1.4 + + + ${project.groupId} + config-netconf-connector + ${netconf.version} + + + ${project.groupId} + config-persister-impl + ${netconf.version} + + + org.opendaylight.controller + logback-config + ${config.version} + @@ -109,13 +211,6 @@ org.apache.maven.plugins maven-compiler-plugin - 2.5.1 - - ${java.version.source} - ${java.version.target} - ${java.version.source} - ${java.version.target} - @@ -131,19 +226,63 @@ + + 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} + + + + + -