From ff0aa7a13290a8cc1c014981af2fbd0bcbe1c47f Mon Sep 17 00:00:00 2001 From: Thomas Ruhroth Date: Wed, 16 Oct 2024 07:19:02 +0200 Subject: [PATCH] #314 Add Jacoco traces for maven plugin --- .gitignore | 2 ++ htmlSanityCheck-maven-plugin/pom.xml | 38 +++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 833641d0..3bb2a4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,5 @@ src/docs/resources/graphics/.DS_Store tmp/ .gradle2/ public/ +integration-test/maven-plugin/target/ +htmlSanityCheck-maven-plugin/target/ diff --git a/htmlSanityCheck-maven-plugin/pom.xml b/htmlSanityCheck-maven-plugin/pom.xml index 71d03cf8..8af78ea4 100644 --- a/htmlSanityCheck-maven-plugin/pom.xml +++ b/htmlSanityCheck-maven-plugin/pom.xml @@ -11,7 +11,7 @@ UTF-8 - 17 + 8 @@ -147,9 +147,45 @@ integration-test verify + + + ${failsafeArgLine} + + + org.jacoco + jacoco-maven-plugin + + + + prepare-agent + + prepare-agent + + + false + build/jacoco/test.exec + surefireArgLine + + + + + prepare-agent-integration + + prepare-agent-integration + + + true + build/jacoco/test.exec + failsafeArgLine + + + + + +