I think we need to elaborate on that with regards to reports. Generally, you should configure it in the reporting section. Configuration there applies to both the site, and when run on the command line, and adding the plugin there adds the report to the generated site.
Configuration in the build section is only used during the normal lifecycle or the command line invocation (eg javadoc:javadoc). Configuration should go there if you do not want the report on the site, or the configuration differs from what is on the site (eg, some plugins have a fail build option). Cheers, Brett On 12/2/05, Allan Ramirez <[EMAIL PROTECTED]> wrote: > Hi, > > Please refer to this page > http://maven.apache.org/guides/mini/guide-configuring-plugins.html > > regards, > -allan > > Martin van der Plas wrote: > > > Hi, > > > > Who can tell me in which part in pom.xml the javadoc plugin should be > > configured? It can be done in the plugins section of the pom or in the > > plugins section of the report section in the pom. > > > > Thanks > > > > > > --------------------------------------------------------------------- > 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]
