From 5cfb556fda42cf0c666bbfd3bd485067407b9896 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Thu, 5 May 2016 22:38:17 +0200 Subject: [PATCH] #513 Doesn't work @ljacqu Could you please check why this isn't working? run the "mvn exec:java" command --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 64af80c08..f5fdf3940 100644 --- a/pom.xml +++ b/pom.xml @@ -237,6 +237,28 @@ + + + org.codehaus.mojo + exec-maven-plugin + 1.4.0 + + test + ${project.basedir}/target/test-classes + tools.ToolsRunner + true + + + org.jacoco