You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2017/11/18 14:23:01 UTC

[jira] [Closed] (MJAVADOC-497) javadoc:aggregate ignores excludePackageNames

     [ https://issues.apache.org/jira/browse/MJAVADOC-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MJAVADOC-497.
-----------------------------------
       Resolution: Fixed
         Assignee: Robert Scholte
    Fix Version/s: 3.0.0

Fixed in [r1815669|http://svn.apache.org/viewvc?rev=1815669&view=rev]
Thanks for the patch!

> javadoc:aggregate ignores excludePackageNames
> ---------------------------------------------
>
>                 Key: MJAVADOC-497
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-497
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>          Components: javadoc
>    Affects Versions: 3.0.0-M1
>            Reporter: Anton Klarén
>            Assignee: Robert Scholte
>             Fix For: 3.0.0
>
>
> When running {{javadoc:aggregate}} and specifying {{subpackages}} and {{excludePackageNames}}, {{excludePackageNames}} is completely ignored.
> According to the code, {{excludePackageNames}} is only considered when {{sourcepath}} is set. This is however not applicable to an aggregated project, or it might but I'm not seeing it. What happens in the code is that {{sourcepath}} is derived from the found sources during aggregation, unfortunately, this happens after the excluded packages have been calculated.
> I have a patch for this that will be linked as soon as I have the issue number.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)