Re: [m2] How to include javadoc in site

2006-04-24 Thread Kees de Kooter
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  node.
>
> You just need to add a reference to the javadoc plugin in the
>  node of your pom.xml file:
> 
>   
>  
>org.apache.maven.plugins
>maven-javadoc-plugin
>  
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] How to include javadoc in site

2006-04-24 Thread Wayne Fay
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  node.

You just need to add a reference to the javadoc plugin in the
 node of your pom.xml file:

  
 
   org.apache.maven.plugins
   maven-javadoc-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]
>
>


Re: [m2] How to include javadoc in site

2006-04-24 Thread Kees de Kooter
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]



Re: [m2] How to include javadoc in site

2006-04-24 Thread Wendy Smoak
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]



[m2] How to include javadoc in site

2006-04-24 Thread Kees de Kooter
How can I get maven to generate javadocs when running "site" and link
it from site.xml?


--
Cheers,
Kees de Kooter
http://www.boplicity.net

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]