From 3138fcba1e5c09555941c918ccda0577cf7b9a8c Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 2 Jan 2024 17:44:13 +0000 Subject: [PATCH] Update primogenitor --- jacoco/doc/examples/build/pom.xml | 84 +++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 jacoco/doc/examples/build/pom.xml diff --git a/jacoco/doc/examples/build/pom.xml b/jacoco/doc/examples/build/pom.xml new file mode 100644 index 00000000..855975f7 --- /dev/null +++ b/jacoco/doc/examples/build/pom.xml @@ -0,0 +1,84 @@ + + + + 4.0.0 + + org.jacoco + org.jacoco.examples.maven + 0.8.10 + jar + + JaCoCo Maven plug-in example + http://www.jacoco.org/jacoco + + + + junit + junit + 4.13.1 + test + + + + + 1.5 + 1.5 + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.10 + + + default-prepare-agent + + prepare-agent + + + + default-report + + report + + + + default-check + + check + + + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + + + + + +