You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/01/12 21:12:45 UTC

[jira] [Closed] (MJAVADOC-352) Subpackages in the config should handle multilined values

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

Michael Osipov closed MJAVADOC-352.
-----------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still persists, retest your problem with the most recent version of Maven and the affected component, reopen and post your results.

> Subpackages in the config should handle multilined values
> ---------------------------------------------------------
>
>                 Key: MJAVADOC-352
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-352
>             Project: Maven Javadoc Plugin
>          Issue Type: Wish
>            Reporter: Peter Major
>
> Currently having multilined value for the subpackages is not advised, because in the end the options file will contain the values in multiple lines as well (as opposed to separating them by ':')
> A sample setting would be:
> <subpackages>
> com.mycompany:
> org.mycompany.demo
> </subpackages>
> Currently you have to:
> <subpackages>
> com.mycompany:org.mycompany.demo
> </subpackages>
> Please note that sometimes JavaDoc _seems_ to handle the multilined config, but not always, and also strangely enough the order of the packages could matter as well - so it is possible that one order gives you full javadoc, while a different one will result in "No source found in package" warning messages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)