Skip to content

Commit

Permalink
Fix #873: Configuration section of documentation looks accidentally b…
Browse files Browse the repository at this point in the history
…roken
  • Loading branch information
mathieucarbou committed Jan 13, 2025
1 parent e360aa5 commit c9f577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c9f577e

Please sign in to comment.