On 4/24/06, Kees de Kooter <[EMAIL PROTECTED]> wrote: > How can I get maven to generate javadocs when running "site" and link > it from site.xml?
See the 'Configuring Reports' section here: * http://maven.apache.org/guides/mini/guide-site.html You can see an example of Javadoc (maven-javadoc-plugin) configuration here: * http://svn.apache.org/repos/asf/struts/action/trunk/pom.xml (The config for aggregation only (sort of) works with the latest code, so either leave it out or be prepared if it causes a problem.) HTH, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
