diff --git a/README.md b/README.md index 0235cc7..28b537e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ [![Snapshot](https://flat.badgen.net/maven/v/metadata-url/repo.rife2.com/snapshots/com/uwyn/rife2/bld-jacoco-report/maven-metadata.xml?label=snapshot)](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-jacoco-report) [![GitHub CI](https://github.com/rife2/bld-jacoco-report/actions/workflows/bld.yml/badge.svg)](https://github.com/rife2/bld-jacoco-report/actions/workflows/bld.yml) -To run the tests and generate the code coverage reports: +To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions). + +To run the tests and generate the code coverage reports, add the floowing to your build file: ```java @BuildCommand(summary = "Generates Jacoco Reports") diff --git a/src/bld/java/rife/bld/extension/JacocoReportOperationBuild.java b/src/bld/java/rife/bld/extension/JacocoReportOperationBuild.java index 598bb8d..2ce0cea 100644 --- a/src/bld/java/rife/bld/extension/JacocoReportOperationBuild.java +++ b/src/bld/java/rife/bld/extension/JacocoReportOperationBuild.java @@ -56,6 +56,7 @@ public class JacocoReportOperationBuild extends Project { javadocOperation() .javadocOptions() .docLint(NO_MISSING) + .link("https://rife2.github.io/bld/") .link("https://rife2.github.io/rife2/"); publishOperation()