From f2f84969ad371dfce9f684ee0cb113581c93ac46 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Wed, 26 Sep 2018 10:06:53 -0400 Subject: [PATCH] add '-ea' to enable assertions in surefire tests; remove wince from build because it only works with win32 (Eclipse 4.9 and earlier) Change-Id: Ia7fcaf6866fa22826596db0832693830300b67c6 Signed-off-by: nickboldt --- pom.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 75ae8a612e0..1bd517a5e1d 100644 --- a/pom.xml +++ b/pom.xml @@ -251,6 +251,26 @@ jacoco-maven-plugin ${jacoco-version} + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho-version} + + + + false + + org.eclipse.platform.ide + + -ea + + @@ -343,8 +363,8 @@ terminal rse - - wince + + site