> Yeah that works (and I've tried that), but why doesn't > mvn javadoc:javadoc > work? Am I reading the javadoc plugin documentation incorrectly. That > should work if I JUST want to generate javadoc.
Reporting section of pom file is only used with site generation. If you want to configure javadoc plugin execution, configures it outside of reporting section as any other plugins. Damien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
