I'm currently generating javadocs for a project which relies heavily on some external libraries such as guava. All of the dependencies are listed in the pom.xml and to avoid having to manually update links every time a library version is changed I'd like to generate/download the javadocs for all of our dependencies and link to local versions of the javadocs for the external libraries in the project's javadocs.
I've seen <offlineLinks>
and I don't believe this solves the entire issue however it's very well possible I'm missing something here.
Any help would be greatly appreciated!