From b2f965be2598b4f59e27335a4b5c327c6944a6ea Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Fri, 14 Jun 2013 15:08:44 +0200 Subject: [PATCH 1/1] 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 --- opendaylight/commons/integrationtest/pom.xml | 8 ++++++++ opendaylight/commons/opendaylight/pom.xml | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) 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} + -- 2.36.6