Description
For classes in dependency projects, the Javadoc JARs normally have links pointing to the online Javadoc in the Web site of these dependencies. In the Javadoc JARs generated for the different Axiom modules, the links to the Javadoc of classes in other Axiom modules are broken. E.g. the Javadoc of org.apache.axiom.om.impl.llom.OMNodeImpl has a link to http://ws.apache.org/axiom/axiom-api/apidocs/org/apache/axiom/om/OMNode.html while this should be http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMNode.html (note the extra 'axiom-api').
This can also be seen in some online Javadoc browser services. Example:
In addition, the "Project Dependencies" report of some downstream projects has incorrect links for individual Axiom modules. An example is Rampart:
http://axis.apache.org/axis2/java/rampart/dependencies.html
These two issues are presumably caused by the fact that project.url is not set correctly in the POMs of the individual Axiom modules.