X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=87324f8348d41b20c17b555668a02cfab6f5e66b;hb=20c6d51283ad86f229b9f77977acfeb86902f902;hp=ac73d932ca1b0ed584ec76704008c154fe215c97;hpb=0d79522cde2f6714751fe640c27bdd88854e5e0c;p=openflowplugin.git diff --git a/pom.xml b/pom.xml index ac73d932ca..87324f8348 100644 --- a/pom.xml +++ b/pom.xml @@ -4,15 +4,17 @@ org.opendaylight.odlparent odlparent - 1.4.2-SNAPSHOT - + 1.5.0-SNAPSHOT + 3.0 + org.opendaylight.openflowplugin openflowplugin-parent - 0.0.3-SNAPSHOT + 0.1.0-SNAPSHOT + openflowplugin pom @@ -26,12 +28,12 @@ opendaylight-release - http://nexus.opendaylight.org/content/repositories/opendaylight.release + ${nexusproxy}/repositories/opendaylight.release opendaylight-snapshot - http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot + ${nexusproxy}/repositories/opendaylight.snapshot + 2.4 + jacoco + target/code-coverage/jacoco.exec + target/code-coverage/jacoco-it.exec + Sonar way with Findbugs + + 1.5.0-SNAPSHOT + 0.7.0-SNAPSHOT + 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT + 0.7.0-SNAPSHOT + 2013.08.27.7-SNAPSHOT + 2010.09.24.7-SNAPSHOT + 2010.09.24.7-SNAPSHOT + 2013.09.07.7-SNAPSHOT + + org.opendaylight.yangtools + yang-binding + ${yang.binding.version} + + + org.opendaylight.yangtools + yang-common + ${yang.binding.version} + + + org.opendaylight.yangtools.model + ietf-inet-types + ${ietf-inet-types.version} + + + org.opendaylight.yangtools.model + ietf-yang-types + ${ietf-yang-types.version} + + + org.opendaylight.yangtools.model + yang-ext + ${yang-ext.version} + + + org.opendaylight.yangtools.model + opendaylight-l2-types + ${opendaylight-l2-types.version} + + + + org.opendaylight.openflowplugin + openflowplugin-api + ${project.version} + org.opendaylight.openflowjava openflow-protocol-impl @@ -75,6 +130,11 @@ openflow-protocol-spi ${openflowjava.version} + + org.opendaylight.openflowjava + util + ${openflowjava.version} + org.opendaylight.openflowjava simple-client @@ -87,46 +147,57 @@ org.opendaylight.controller.model - model-flow-management + model-flow-service ${controller.model.version} org.opendaylight.controller.model - model-flow-service + model-flow-statistics ${controller.model.version} org.opendaylight.controller.model - model-flow-statistics + model-inventory ${controller.model.version} org.opendaylight.controller.model - model-inventory + model-topology ${controller.model.version} + org.opendaylight.controller sal-binding-api ${controller.model.version} - org.opendaylight.controller - sal - ${sal.api.version} + org.opendaylight.controller + sal-binding-config + ${controller.model.version} + + org.opendaylight.controller + sal-binding-util + ${controller.model.version} + + org.opendaylight.controller - sal.connection - ${sal.connection.api.version} + liblldp + ${sal.api.version} org.opendaylight.controller sal-common-util ${controller.model.version} - + + org.opendaylight.controller + sal-common-util + ${sal.common.util.version} + org.opendaylight.controller config-netconf-connector @@ -207,28 +278,60 @@ org.opendaylight.controller.thirdparty ganymed - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT xml-apis xml-apis 1.4.01 + + + + + - org.opendaylight.yangtools.thirdparty - xtend-lib-osgi - 2.4.3 + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} test - - + - - org.codehaus.mojo - build-helper-maven-plugin - + + org.codehaus.mojo + build-helper-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + prepare-ut-agent + process-test-classes + + prepare-agent + + + ${sonar.jacoco.reportPath} + jacoco.agent.ut.arg + + + + prepare-it-agent + pre-integration-test + + prepare-agent + + + ${sonar.jacoco.itReportPath} + jacoco.agent.it.arg + + + + @@ -245,31 +348,10 @@ maven-paxexam-plugin 1.2.4 - - org.eclipse.xtend - xtend-maven-plugin - ${xtend.version} - - - - compile - - - ${xtend.dstdir} - - - - maven-clean-plugin - - ${xtend.dstdir} - - ** - - ${jmxGeneratorPath} @@ -300,7 +382,6 @@ ${jmxGeneratorPath} ${salGeneratorPath} - ${xtend.dstdir} @@ -309,7 +390,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.6.2-SNAPSHOT + ${yang.binding.version} org.apache.felix @@ -323,6 +404,156 @@ ${project.build.directory}/META-INF + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + properties-maven-plugin + [0.0,) + + set-system-properties + + + + + + + + + org.codehaus.enunciate + maven-enunciate-plugin + [0.0,) + + docs + + + + + + + + + org.jacoco + jacoco-maven-plugin + [0.0,) + + prepare-agent + pre-test + post-test + + + + + + + + + org.ops4j.pax.exam + maven-paxexam-plugin + [1.2.4,) + + generate-depends-file + + + + + false + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [2.0,) + + check + + + + + + + + + org.opendaylight.yangtools + yang-maven-plugin + [0.5,) + + generate-sources + + + + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + execute + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.version} + + enforce + + + + + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + ${jacoco.agent.it.arg} + + + listener + org.sonar.java.jacoco.JUnitListener + + + + ${project.build.directory}/surefire-reports + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${jacoco.agent.ut.arg} + + + listener + org.sonar.java.jacoco.JUnitListener + + + + @@ -416,14 +647,22 @@ + openflowplugin-api openflowplugin + extension distribution/base + distribution/cbench + distribution/karaf openflowplugin-controller-config openflowplugin-it test-provider drop-test + drop-test-karaf + test-common features samples/sample-consumer samples/learning-switch - + applications + model +