I have developed a Java library that makes use of some other libraries also developed by me. All of them published online and managed with Maven.
My problem concerns proper inclusion of links in the generated Javadocs. For example, if a class in my library extends various interfaces, links to those classes appear only for the interfaces that are part of my project.
Then, my question is: how can I instruct maven to generate the javadocs so the link to classes outside my project (available online) are properly resolved ?