From aa6bcf292d9701550241136cbe4f29a30b491e80 Mon Sep 17 00:00:00 2001 From: jakobbraun Date: Wed, 24 Mar 2021 14:24:26 +0100 Subject: [PATCH] Added url to jacoco-maven-plugin jacoco-maven-plugin does not define a project URL in the pom file. In that case, maven inherits the value of the parent pom and appends the artifact id (see maven documentation). By that maven resolves the URL to http://jacoco-maven-plugin/, which does not exist. --- jacoco-maven-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jacoco-maven-plugin/pom.xml b/jacoco-maven-plugin/pom.xml index 68d4a83493..3d174419ca 100644 --- a/jacoco-maven-plugin/pom.xml +++ b/jacoco-maven-plugin/pom.xml @@ -23,6 +23,7 @@ jacoco-maven-plugin maven-plugin + https://www.jacoco.org/jacoco/trunk/doc/maven.html JaCoCo :: Maven Plugin The JaCoCo Maven Plugin provides the JaCoCo runtime agent to your tests and allows basic report creation.