Peter Major created MJAVADOC-352:
------------------------------------
Summary: Subpackages in the config should handle multilined values
Key: MJAVADOC-352
URL: https://jira.codehaus.org/browse/MJAVADOC-352
Project: Maven 2.x 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira