Philipp Ottlinger created MPIR-468:
--------------------------------------
Summary: Warning is issued but no way to fix it is provided
Key: MPIR-468
URL: https://issues.apache.org/jira/browse/MPIR-468
Project: Maven Project Info Reports Plugin
Issue Type: Bug
Affects Versions: 3.7.0
Reporter: Philipp Ottlinger
Running the site build on my
[example|https://github.com/ottlinger/fotorenamer/blob/master/pom.xml] project
yields the following warning, which I would like to fix, but the mentioned
configuration option is not defined somewhere in my pom.xml.
{quote}
$ ./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.
{quote}
Where is skipLexicalErrors used and should be replaced by failOnError?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)