From c9f577eed1190d85c7166d7ba119ade9106222a8 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Mon, 13 Jan 2025 16:39:50 +0100 Subject: [PATCH] Fix #873: Configuration section of documentation looks accidentally broken --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7547b794c..9a4d57d5e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -206,7 +206,7 @@ options are concatenated together to produce a header template. The table below shows all the available options you can use in the configure section of the plugin. A lot of are also available from the command-line. To use them, simply launch your maven command with a property like `-Dproperty=value` (i.e. `mvn license:check -Dlicense.header=src/etc/header.txt`) -All plugin configuration options are described in the [Detailed Maven documentation](#detailed-maven-documentation) but here are some details. +All plugin configuration options are described in the [detailed Maven plugin documentation](#reports) from the reports. - `useDefaultExcludes`: The default exclusion list can be found [here](https://github.com/mathieucarbou/license-maven-plugin/blob/master/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/Default.java) - `prohibitLegacyUse`: Fail when deprecated configuration options are used (the default behaviour is to warn).