Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.6
-
Labels:None
-
Number of attachments :
Description
This patch enables the java doc plugin to autmaticaly connect the dependent javadoc pages as links.
There is no more need to add links in your pom's for internal and external maven projects.
The plugin resolves the dependencies and adds the defined project url's extended with "/apidocs" to the links in the plugin.
TODO: a warning occures when the project has no javadocs (or no maven generated javadoc on its homepage) ......
Issue Links
- is related to
-
MNG-2198
Add <javadoc/> and <source/> to plugin metadata
-
- relates to
-
MJAVADOC-181
Javadoc report not generated for multi-module project if run from parent level.
-
this patch needs more work