Thanks a lot Wendy and Wayne! (I promise to read the example more carefully next time...)
Kees On 4/25/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > Wendy sent the link to the mini guide to help you understand how > reports are linked into your Maven project site. In short, this link > is automatically added when you add the report. > > And she sent the link to the Struts Action pom.xml so you would find > the Javadoc plugin yourself in the <reporting> node. > > You just need to add a reference to the javadoc plugin in the > <reporting> node of your pom.xml file: > <reporting> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-javadoc-plugin</artifactId> > </plugin> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
