X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=3c649f79132a6a662a7b73cd5428961ad644e141;hb=refs%2Fchanges%2F06%2F11406%2F1;hp=9af788e9f72371cedc79ef74287f22d2ea7f5995;hpb=d519baf78f6149b4f7b3107b4788328e966af889;p=openflowplugin.git diff --git a/pom.xml b/pom.xml index 9af788e9f7..3c649f7913 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent 1.4.2-SNAPSHOT - + 3.0 @@ -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.4.2-SNAPSHOT + 0.6.2-SNAPSHOT + 0.1.0-SNAPSHOT + + org.opendaylight.yangtools + yang-binding + ${yang.binding.version} + + + org.opendaylight.openflowplugin + openflowplugin-api + ${project.version} + org.opendaylight.openflowjava openflow-protocol-impl @@ -112,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 @@ -223,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 + + + + @@ -309,7 +368,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.6.2-SNAPSHOT + ${yang.binding.version} org.apache.felix @@ -341,7 +400,7 @@ - + @@ -354,7 +413,7 @@ - + @@ -369,7 +428,7 @@ - + @@ -397,7 +456,7 @@ - + @@ -410,7 +469,7 @@ - + @@ -423,7 +482,7 @@ - + @@ -436,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 + + + + @@ -538,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 +