X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=5123b1e80117b0da3d675770d10e7600271d37d1;hb=58ff9cb81d6f465d13b72a2652359258438f2f1b;hp=804a65372c567dc6bf43d0d2b58acaf1341a2ef2;hpb=b7fc0b9c1b66a1976db3b5f748c7d378d7c7c2d8;p=openflowplugin.git diff --git a/pom.xml b/pom.xml index 804a65372c..5123b1e801 100644 --- a/pom.xml +++ b/pom.xml @@ -4,15 +4,15 @@ 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 pom @@ -26,12 +26,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 + + org.opendaylight.yangtools + yang-binding + ${yang.binding.version} + + + org.opendaylight.openflowplugin + openflowplugin-api + ${project.version} + org.opendaylight.openflowjava openflow-protocol-impl @@ -90,11 +112,6 @@ model-flow-base ${controller.model.version} - - org.opendaylight.controller.model - model-flow-management - ${controller.model.version} - org.opendaylight.controller.model model-flow-service @@ -117,21 +134,20 @@ org.opendaylight.controller - sal + liblldp ${sal.api.version} org.opendaylight.controller - sal.connection - ${sal.connection.api.version} + sal-common-util + ${controller.model.version} + org.opendaylight.controller sal-common-util - ${controller.model.version} + ${sal.common.util.version} - - org.opendaylight.controller config-netconf-connector @@ -212,7 +228,7 @@ org.opendaylight.controller.thirdparty ganymed - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT xml-apis @@ -228,12 +244,50 @@ + + + + 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 + + + + @@ -314,7 +368,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.6.2-SNAPSHOT + ${yang.binding.version} org.apache.felix @@ -346,7 +400,7 @@ - + @@ -359,7 +413,7 @@ - + @@ -374,7 +428,7 @@ - + @@ -402,7 +456,7 @@ - + @@ -415,7 +469,7 @@ - + @@ -428,7 +482,7 @@ - + @@ -441,13 +495,43 @@ - + + + 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 + + + + @@ -543,14 +627,19 @@ openflowplugin-api openflowplugin + extension distribution/base - distribution/cbench + 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 +