You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Geoffrey De Smet (JIRA)" <ji...@codehaus.org> on 2012/01/17 14:15:02 UTC

[jira] (MJAVADOC-339) useStrictFiltering support in javadoc plugin for dependencySourceIncludes and dependencySourceExcludes

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