[
https://issues.apache.org/jira/browse/MJAVADOC-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957458#comment-17957458
]
Olivier Lamy commented on MJAVADOC-17:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#479|https://github.com/apache/maven-javadoc-plugin/issues/479].
> Javadoc plugin add a spurious -excludePackageNames option on the javadoc
> command line
> -------------------------------------------------------------------------------------
>
> Key: MJAVADOC-17
> URL: https://issues.apache.org/jira/browse/MJAVADOC-17
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Environment: Windows XP
> Reporter: Martin Desruisseaux
> Assignee: Allan Q. Ramirez
> Priority: Minor
> Attachments: MNG-1152-maven-javadoc-plugin.patch
>
>
> When an <excludePackageNames> attribute is set in the POM file for the
> maven-javadoc-plugin configuration, the plugin add the two following
> arguments to the javadoc command line:
> -exclude <the excludePackageNames value>
> -excludePackageNames <the excludePackageNames value>
> The first one is correct. The second do not exists and seems to be an
> accidental copy-and-paste. It can be viewed there:
> http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?rev=291371&view=markup
> Search for "excludePackageNames" in the above-cited link. The last occurence
> should be removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)