From aca3d2bd04108b9c8a6c3a995b3ebb2c74967dda Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Wed, 29 Apr 2020 19:48:57 +0200 Subject: [PATCH] jacoco for the daemon code --- pom.xml | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e3e404d..352ba42 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ UTF-8 - 0.8.4 + 0.8.5 1.18.8 9.9.1-3 1.7.25 @@ -309,14 +309,39 @@ - prepareJacocoJUnitArgLine + prepareJacocoSurefireArgLine prepare-agent - jacocoArgumentsJUnit + jacocoSurefire + + prepareJacocoFailsafeArgLine + + prepare-agent + + + jacocoFailsafe + tcpserver +
localhost
+ 8081 +
+
+ + dump + post-integration-test + + dump + + + +
localhost
+ 8081 + true +
+
generateJacocoReport @@ -332,7 +357,7 @@ 2.22.0 - -Dfile.encoding=UTF-8 ${jacocoArgumentsJUnit} + -Dfile.encoding=UTF-8 ${jacocoSurefire} @@ -364,20 +389,21 @@ exec-maven-plugin 1.6.0 - + run - pre-integration-test - + pre-integration-test + exec - + - + java true true true + ${jacocoFailsafe} -classpath de.kosit.validationtool.cmd.CommandLineApplication