From a717f84ea2b3ea54d62e27e704855b018ee416ee Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 2 Mar 2010 22:20:07 +0000 Subject: [PATCH] CSPACE-1088: Added a Maven profile to the PerformanceTests module. By default 'mvn test' will now skip the tests inside the PerformanceTests module. Use "-Pperftests" to run the tests. --- services/PerformanceTests/pom.xml | 43 ++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/services/PerformanceTests/pom.xml b/services/PerformanceTests/pom.xml index 4ded32e7b..f09e3e1fc 100644 --- a/services/PerformanceTests/pom.xml +++ b/services/PerformanceTests/pom.xml @@ -95,18 +95,6 @@ collectionspace-services-PerformanceTests - - org.apache.maven.plugins - maven-surefire-plugin - - - - log4j.configuration - file:target/test-classes/log4j.properties - - - - org.apache.maven.plugins maven-compiler-plugin @@ -115,7 +103,38 @@ 1.6 + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + log4j.configuration + file:target/test-classes/log4j.properties + + + + + + + + perftests + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + + + + -- 2.47.3