[
https://issues.apache.org/jira/browse/MJAVADOC-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790754#comment-17790754
]
ASF GitHub Bot commented on MJAVADOC-722:
-----------------------------------------
michael-o commented on PR #159:
URL:
https://github.com/apache/maven-javadoc-plugin/pull/159#issuecomment-1830747943
So I reviewed it again and still consider is as flawed. `@files` are pure
input files to the Javadoc process, they have nothing in common with the output
of the process. I still consider `errorFile` as the param to go.
> Allow Logging Javadoc Warnings and Errors to File
> -------------------------------------------------
>
> Key: MJAVADOC-722
> URL: https://issues.apache.org/jira/browse/MJAVADOC-722
> Project: Maven Javadoc Plugin
> Issue Type: New Feature
> Components: javadoc
> Reporter: Alan Zimmer
> Priority: Trivial
>
> Allow for Javadoc generation, either implicitly or through a new
> configuration, to generate a file containing the warnings and errors that
> were found during Javadoc generation. Possibly following a similar pattern to
> the argfile and options that are generated containing parameters passed to
> Javadoc create an errors files that will be placed in the Javadoc output
> folder that is ignored during Javadoc JAR creation.
>
> This change would allow for CI systems to run Javadoc builds in parallel
> while still easily capturing any errors without the need for complex logging
> systems and would strongly ensure that there is a unique error report for
> each project.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)