aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakobbraun <jakob.braun@posteo.de>2021-04-14 03:35:12 -0300
committerGitHub <noreply@github.com>2021-04-14 08:35:12 +0200
commit2eca2f29b22b2dd78bcc7e5869e02ef18092eab9 (patch)
treef2a12b36eff9e054b4a8812e498dc26155e60948
parent86dc5fd9f0531927054ba06991c6ee94c8da7785 (diff)
downloadjacoco-2eca2f29b22b2dd78bcc7e5869e02ef18092eab9.tar.gz
Add url to jacoco-maven-plugin (#1169)
-rw-r--r--jacoco-maven-plugin/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jacoco-maven-plugin/pom.xml b/jacoco-maven-plugin/pom.xml
index 68d4a834..3d174419 100644
--- a/jacoco-maven-plugin/pom.xml
+++ b/jacoco-maven-plugin/pom.xml
@@ -23,6 +23,7 @@
<artifactId>jacoco-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
+ <url>https://www.jacoco.org/jacoco/trunk/doc/maven.html</url>
<name>JaCoCo :: Maven Plugin</name>
<description>The JaCoCo Maven Plugin provides the JaCoCo runtime agent to your tests and allows basic report creation.</description>