matthew.hawthorne wrote:
Here's a hack which I used to solve this problem. I'd imagine that this
javadoc is being put online somewhere, right? So just add the URL of your
destination for the javadoc to the maven.javadoc.links property.
For example, I knew I was deploying my site so it was accessible as
http://somewhere/project, with the subproject directories underneath,
so I put this in my project.properties:
maven.javadoc.links=http://somewhere/project/project1/apidocs,
http://somewhere/project/project2/apidocs
Like I said, it's a hack. Not very flexible, but it does the job.
I forgot to mention that you have to deploy the site so that it's
viewable on the web before the crosslinking can work. So
you'll have to build it this way twice to get it working, but after
that it's smooth sailing.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]