Maven 1.x Javadoc Plugin

Intra-links in Javadoc broken

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Cannot Reproduce
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    Sun JDK 1.4, Win XP
  • Number of attachments :
    0

Description

When using Javadoc, links to classes and interfaces within the same project (same source code base) usually show up as hyperlinks.

For instance, from the Ant-built Tapestry docs:

http://jakarta.apache.org/tapestry/doc/api/org/apache/tapestry/IEngine.html#getDataSqueezer()

The return value, DataSqueezer, is is a link to http://jakarta.apache.org/tapestry/doc/api/org/apache/tapestry/util/io/DataSqueezer.html

However, in my Maven built-documentation, it's not the same:

http://jakarta.apache.org/commons/sandbox/hivemind/commons-hivemind/apidocs/org/apache/commons/hivemind/Registry.html#getModule(java.lang.String)

Here, the Module interface (from within the very same Java package) shows up as a non-link, with its full class name spelled out. Links I create using the {@link ...} directives work fine.

Activity

Hide
Brett Porter added a comment -

works for me - added to the plugin-test

Show
Brett Porter added a comment - works for me - added to the plugin-test

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: