Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
3.7.0
-
None
-
None
-
None
Description
Running the site build on my example project yields the following warning, which I would like to fix, but the mentioned configuration option is not defined somewhere in my pom.xml.
$ ./mvnw site
....
[INFO] Configuring report plugin maven-project-info-reports-plugin:3.7.0
[INFO] Detected 15 reports for maven-project-info-reports-plugin:3.7.0: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
[WARNING] The option skipLexicalErrors is deprecated. Use failOnError instead.
Where is skipLexicalErrors used and should be replaced by failOnError?