You could use the dependency plugin to unpack the javadoc jar files where you want them. In the war you should be able to put them so that they are accessible from the browser when the war is deployed.
-----Original Message----- From: David Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 4:30 PM To: Maven Users List Subject: Maven JavaDoc Question All, I'm trying to find a way to include the generated java docs html files for a multi-module project in a war file that can be accessed from the war's html pages. Currently aggragrate javadocs are successfully being created as part of site gen but I've had no luck creating an aggragrate javadoc jar for the project. Even if I was able to create an aggragrate javadoc jar, are the javadoc html pages accessable via link when the war is ran? Does anyone have any ideas as to how I can make this work? Thanks for your help, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
