From 299728567e3fa2ba8b3dd3205bb4e6d8db78291f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 20 Mar 2018 16:40:33 +0100 Subject: [PATCH] actually try to compile the tests --- src/etc/poms/ant-junitlauncher/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/etc/poms/ant-junitlauncher/pom.xml b/src/etc/poms/ant-junitlauncher/pom.xml index 930ce64ef..132cc0c7d 100644 --- a/src/etc/poms/ant-junitlauncher/pom.xml +++ b/src/etc/poms/ant-junitlauncher/pom.xml @@ -70,11 +70,14 @@ org/apache/tools/ant/taskdefs/optional/junitlauncher/* + + org/apache/tools/ant/taskdefs/optional/junitlauncher/* + ../../../../src/main - ../../../../src/testcases + ../../../../src/tests/junit ../../../../target/${project.artifactId}/classes ../../../../target/${project.artifactId}/testcases ../../../../target/${project.artifactId}