X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fpom.xml;h=9646fc8c0aa5488f0a9a589dc66827ac8fd6189c;hp=33ec9999d680d8177a35cdce0a250358368a9f04;hb=17796822dcc6f7a00adb60e4e507b40f342d39ec;hpb=bc810c6b69d5934eb6a8889d09e9811ad1817b9b diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 33ec9999d6..9646fc8c0a 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -1,60 +1,96 @@ - 4.0.0 - org.opendaylight.controller - sal-parent - 1.0-SNAPSHOT - pom + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.opendaylight.controller + sal-parent + 1.0-SNAPSHOT + pom - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - sal-common - sal-common-util + + + sal-common + sal-common-api + sal-common-impl + sal-common-util + sal-dom-api sal-dom-broker sal-dom-spi + - sal-binding-api - sal-binding-broker + sal-binding-api + sal-binding-config + sal-binding-broker + sal-binding-it + samples + model + sal-compability - - - UTF-8 - 1.7.2 - http://nexus.opendaylight.org/content - 0.5.8-SNAPSHOT - 2.3.7 + + sal-connector-api + sal-rest-connector + flow-management-compatibility + + + + UTF-8 + http://nexus.opendaylight.org/content + + 1.7 + 1.7 + + + 2.4.0 2.3.2 + + + 1.7.2 + 0.5.9-SNAPSHOT + 0.6.0-SNAPSHOT + 0.6.0-SNAPSHOT 14.0.1 5.0.0 - + 4.8.1 + 2.4.3 + 2.5 + 0.5.3.201107060350 + + jacoco + reuseReports + target/jacoco.exec + target/jacoco-it.exec + https://sonar.opendaylight.org/ + ${user.name}-private-view + java + - central - maven repo1 - http://repo1.maven.org/maven2 - - false - - - true - + central + maven repo1 + http://repo1.maven.org/maven2 + + false + + + true + - opendaylight.snapshot - opendaylight.snapshot + opendaylight-snapshot + opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ @@ -65,222 +101,291 @@ - - + opendaylight-release opendaylight-release ${nexusproxy}/repositories/opendaylight.release/ + + false + + + true + opendaylight-snapshot opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + + + false + + + + thirdparty + thirdparty + ${nexusproxy}/repositories/thirdparty/ + + false + + + never + true + - central - central - http://repo1.maven.org/maven2 - - false - - - true - - - - - - ebr-bundles-release - ebr-bundles-release - ${nexusproxy}/repositories/ebr-bundles-release/ - - - - - ebr-bundles-external - ebr-bundles-external - ${nexusproxy}/repositories/ebr-bundles-external/ - - - - - ops4j-releases - ops4j-releases - ${nexusproxy}/repositories/ops4j-releases/ - - - - thirdparty - thirdparty - ${nexusproxy}/repositories/thirdparty/ - - - - - jboss.releases - jboss.releases - ${nexusproxy}/repositories/jboss.releases/ + central + central + http://repo1.maven.org/maven2 - false + false - true + never + true - - - - + + + + + + + opendaylight-release + ${nexusproxy}/repositories/opendaylight.release/ + + + + opendaylight-snapshot + ${nexusproxy}/repositories/opendaylight.snapshot/ + + + + website + ${sitedeploy} + + + + + + + + - - - - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - - - opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ - - - - website - ${sitedeploy} - - + + + org.opendaylight.yangtools + yang-binding + ${yang.binding.version} + + + org.opendaylight.yangtools + yang-common + ${yang.version} + + + org.opendaylight.yangtools + yang-data-api + ${yang.version} + + + org.opendaylight.yangtools + yang-model-api + ${yang.version} + + + org.opendaylight.yangtools + yang-data-util + ${yang.version} + + + + ${project.groupId} + sal-connector-api + ${project.version} + - - - - com.google.guava - guava + + + org.slf4j + slf4j-api + ${slf4j.version} + + + com.google.guava + guava ${guava.version} - - - org.slf4j - slf4j-api - 1.7.2 - - - junit - junit - 4.10 - - - org.opendaylight.yangtools - yang-binding - ${yang.version} - - - org.opendaylight.yangtools - yang-common - ${yang.version} - - - org.opendaylight.yangtools - yang-data-api - ${yang.version} - - - org.opendaylight.yangtools - yang-model-api - ${yang.version} - - - org.opendaylight.yangtools - yang-data-util - ${yang.version} - + + + org.eclipse.xtend + org.eclipse.xtend.lib + ${xtend.version} + + + + + junit + junit + ${junit.version} + test + org.mockito mockito-all 1.9.5 test - - - - - - - - junit - junit - test - true - - - + + + + - + + + org.apache.maven.plugins + maven-release-plugin + ${releaseplugin.version} + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + + ${project.groupId}.${project.artifactId} + + ${project.basedir}/META-INF + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtend.version} + + + + compile + + + ${basedir}/src/main/xtend-gen + + + + + + maven-clean-plugin + ${maven.clean.plugin.version} + + + + ${basedir}/src/main/xtend-gen + + ** + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.opendaylight.yangtools + + + yang-maven-plugin + + + [0.5,) + + + + generate-sources + + + + + + + + + + + + + + - org.apache.maven.plugins - maven-release-plugin - ${releaseplugin.version} + org.apache.felix + maven-bundle-plugin - - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - ${project.groupId}.${project.artifactId} - - ${project.basedir}/META-INF - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0 - true - - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8.1 - - maven - - - - - aggregate - - site - - - - - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.4.0 - - Max - Low - site - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 - - - + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + maven + false + + + + + aggregate + + site + + + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.4.0 + + Max + Low + site + + + + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-2 + + +