Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.8.1
-
Fix Version/s: 2.9
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
This patch corrects the spelling of <additionalDependencies> and adds the wrapper class org.apache.maven.plugin.javadoc.AdditionalDependency. This allows us to declare <additionalDependency> without also requiring us to use the implementation attribute to manually specify org.apache.maven.model.Dependency.
Issue Links
- relates to
-
MJAVADOC-322
Capabilty to add additionnal dependencies when running javadoc
-
Adding a new class doesn't seem to be necessary now that config parsing considers the generic type of collections (SISU-60?), so I'm attaching a patch without that change, but which fixes the spelling for the mojo and for its integration tests.