Geoffrey De Smet created MJAVADOC-339:
-----------------------------------------
Summary: useStrictFiltering support in javadoc plugin for
dependencySourceIncludes and dependencySourceExcludes
Key: MJAVADOC-339
URL: https://jira.codehaus.org/browse/MJAVADOC-339
Project: Maven 2.x Javadoc Plugin
Issue Type: Improvement
Reporter: Geoffrey De Smet
Like in an assembly xml, the javadoc plugin should support useStrictFiltering:
{code}
<configuration>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.drools:*</dependencySourceInclude>
<dependencySourceInclude>org.drools.planner:*</dependencySourceInclude>
</dependencySourceIncludes>
<useStrictFiltering>true</useStrictFiltering>
</configuration>
{code}
--
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