From edd89c9633beed9f1c074d0967ef6073daa0e4f5 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 3 Jun 2014 17:45:46 -0400 Subject: [PATCH] ctf: Only download test traces if integration-test will execute For example, if 'mvn package' is executed, the test traces don't need to be downloaded but 'mvn install' does need them. Change-Id: I75359969de7a706a29c91dc300a5e3a0ff0e143e Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/27885 Tested-by: Hudson CI --- org.eclipse.linuxtools.ctf.core.tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.linuxtools.ctf.core.tests/pom.xml b/org.eclipse.linuxtools.ctf.core.tests/pom.xml index 4b48e72025..03c02e3855 100644 --- a/org.eclipse.linuxtools.ctf.core.tests/pom.xml +++ b/org.eclipse.linuxtools.ctf.core.tests/pom.xml @@ -42,7 +42,7 @@ prepare - validate + pre-integration-test -- 2.34.1