Dependency sources support appears to require javadoc-resources ---------------------------------------------------------------
Key: MJAVADOC-324 URL: https://jira.codehaus.org/browse/MJAVADOC-324 Project: Maven 2.x Javadoc Plugin Issue Type: Bug Affects Versions: 2.8 Environment: Win 7 Reporter: Brian Albers Priority: Critical I cannot seem to get the <includeDependencySources> support to work. Although I have scoped the dependencies down using various combinations of <dependencySourceIncludes> and <dependencySourcesExcludes>, as well as setting <includeTransitiveDependencySources> to false, no iteration ever succeeds. Instead, the javadoc:jar goal complains of being unable to find the "javadoc-resources" for a whole slew of dependencies. None of my projects or dependencies use javadoc-resources. They are all very basic Javascript JARs with minimal configuration. I noticed that part of the 2.7 release (revision 933380) added support for javadoc-resource bundle aggregation, as well. Is the javadoc-resources search not scoped to the include/exclude list? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira