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>

Wayne

On 4/25/06, Kees de Kooter <[EMAIL PROTECTED]> wrote:
> Hi Wendy,
>
> I read the mini guide, but it does not contain any references to
> javadoc. Do you put it in the reports section?
>
> On 4/25/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> > 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]
>
>

Reply via email to