From: Giovanni Meo Date: Fri, 14 Jun 2013 13:08:44 +0000 (+0200) Subject: Disable unit tests on integration tests plugin X-Git-Tag: releasepom-0.1.0~353^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=b2f965be2598b4f59e27335a4b5c327c6944a6ea;hp=44bd15ae3dda4c88a2a1ccfbd58fece806572356 Disable unit tests on integration tests plugin - This patch disable unit tests to be even looked on the integration tests bundles, so that we are sure that integration tests are only looked by failsafe and so they can be disabled without impacting unit tests. Change-Id: I54a5c1f81e04ea9ebb0c4d398d214b7a93148ffc Signed-off-by: Giovanni Meo --- diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index 89dbb77ecd..4cd8582749 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -52,6 +52,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + true + + org.ops4j.pax.exam maven-paxexam-plugin diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 142c9d5d6c..c3c9a5cd1e 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -24,7 +24,8 @@ 2.6 UTF-8 2.3.2 - 2.13 + 2.15 + 2.15 3.0.0 1.5.0 1.26.2 @@ -310,16 +311,20 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.14.1 + ${failsafe.version} integration-test - verify + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} +