X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fpom.xml;h=efc84237b5ba202b0806bfa2e34db3a94e0d7a20;hb=6397a0f2a8b4e0aecb7c42f589d17cd7511827c3;hp=60e5a3daf858632cc3ad91e24072e718f4496cad;hpb=97b0b3751318c5ad1f680ed3ef7701b0434fde7d;p=controller.git diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 60e5a3daf8..efc84237b5 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -12,7 +12,7 @@ - + sal-common sal-common-api sal-common-impl @@ -25,23 +25,69 @@ sal-binding-api + sal-binding-config sal-binding-broker + sal-binding-util + sal-binding-dom-it + samples model - - sal-compability sal-connector-api sal-rest-connector - flow-management-compatibility + sal-netconf-connector + + remoterpc-routingtable/implementation + sal-remoterpc-connector/implementation + + clustered-data-store/implementation + + inventory-manager + statistics-manager + topology-manager + forwardingrules-manager + topology-lldp-discovery + + + compatibility + + + + integrationtests + + false + + + sal-binding-it + clustered-data-store/integrationtest + + + + + + + IDE + + + m2e.version + + + + + target-ide + + + + UTF-8 http://nexus.opendaylight.org/content @@ -61,60 +107,77 @@ 14.0.1 5.0.0 4.8.1 + 1.5.1 + 1.9.5 2.4.3 + 2.5 + 0.5.3.201107060350 + 0.5.1-SNAPSHOT + + + jacoco + reuseReports + target/jacoco.exec + target/jacoco-it.exec + https://sonar.opendaylight.org/ + ${user.name}-private-view + java + 3.0.0 + - central - maven repo1 - http://repo1.maven.org/maven2 + opendaylight-mirror + opendaylight-mirror + ${nexusproxy}/groups/public/ false true + never + opendaylight-snapshot opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ - - - opendaylight.release - opendaylight.release - ${nexusproxy}/repositories/opendaylight.release/ + ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + + + false + + - opendaylight-release - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ + opendaylight-mirror + opendaylight-mirror + ${nexusproxy}/groups/public/ + + false + + + true + never + opendaylight-snapshot opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ - - - thirdparty - thirdparty - ${nexusproxy}/repositories/thirdparty/ - - - central - central - http://repo1.maven.org/maven2 + ${nexusproxy}/repositories/opendaylight.snapshot/ - false + true - true + false @@ -140,9 +203,11 @@ - - - + + xml-apis + xml-apis + 1.4.01 + @@ -160,6 +225,11 @@ yang-data-api ${yang.version} + + org.opendaylight.yangtools + yang-data-impl + ${yang.version} + org.opendaylight.yangtools yang-model-api @@ -176,6 +246,17 @@ sal-connector-api ${project.version} + + org.opendaylight.controller + sal + ${sal.version} + + + org.osgi + org.osgi.compendium + + + @@ -193,7 +274,11 @@ org.eclipse.xtend.lib ${xtend.version} - + + org.osgi + org.osgi.core + ${osgi.core.version} + junit @@ -204,7 +289,25 @@ org.mockito mockito-all - 1.9.5 + ${mockito.version} + test + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + org.powermock + powermock-api-mockito + ${powermock.version} + test + + + org.powermock + powermock-core + ${powermock.version} test @@ -222,15 +325,9 @@ maven-bundle-plugin ${bundle.plugin.version} true - + ${project.groupId}.${project.artifactId} @@ -255,6 +352,7 @@ maven-clean-plugin + ${maven.clean.plugin.version} @@ -266,16 +364,96 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.opendaylight.yangtools + yang-maven-plugin + [0,) + + generate-sources + + + + + + + + + net.alchim31.maven + scala-maven-plugin + [0,) + + compile + testCompile + + + + + + + + + org.jacoco + jacoco-maven-plugin + [0,) + + prepare-agent + + + + + + + + + + + org.apache.felix maven-bundle-plugin + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/config + ${project.build.directory}/generated-sources/sal + + + + + org.apache.maven.plugins maven-jar-plugin + 2.4 org.apache.maven.plugins