From 5dbefff441c32cf6d6199fd8ab279e98d8063af9 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Mon, 24 Oct 2016 19:14:37 -0400 Subject: [PATCH] releng: Do not build the testing feature when some tests are skipped The testing feature, as well as the "alltests" plugin, cannot be built when -Dskip-automated-ui-tests is on, as they require all SWTBot tests. This means the the releng-site cannot be built either. All of them should only be run when the tests are active. Change-Id: I9d89444818c2373239dbcd04e8749ab6e033038c Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/83830 Reviewed-by: Marc-Andre Laperle Tested-by: Marc-Andre Laperle Reviewed-by: Hudson CI --- releng/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/releng/pom.xml b/releng/pom.xml index eb12663f5c..45758e0060 100644 --- a/releng/pom.xml +++ b/releng/pom.xml @@ -25,10 +25,7 @@ Trace Compass Release Engineering Parent - org.eclipse.tracecompass.alltests - org.eclipse.tracecompass.releng-site org.eclipse.tracecompass.target - org.eclipse.tracecompass.testing @@ -40,7 +37,14 @@ + + org.eclipse.tracecompass.alltests org.eclipse.tracecompass.integration.swtbot.tests + org.eclipse.tracecompass.releng-site + org.eclipse.tracecompass.testing -- 2.34.1