Hi The maven.javadoc.links property allows this, you just need to point it at the apidocs dir for the other subprojects.
Eventually, it would be nice if maven could figure this out from the dependency tree, but that will probably have to wait for the pom dependency instead of the current jar dependency. Philip On Sun, 9 Feb 2003, Andrea Aime wrote: > Hi everybody, > I have a project (geotools) organized in modules, and currently > I'm able to generate javadoc for each module, but they > end up in different directories and are not integrated (not > hyperlinked, I mean). Is there any way to generate an > integrated javadoc for all of the modules with maven? > Best regard > Andrea Aime > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
