nope. that "aggregate" tag is used for generating one aggregated javadoc for
all modules. what i want is to generate one javadoc.jar for each module.

On 10/30/07, David <[EMAIL PROTECTED]> wrote:
>
> Dear Yan,
>
> I am new to maven, but I guess I know the answer, :-)
>
> <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           ....
>           <aggregate>true</aggregate>
>         </configuration>
>       </plugin>
>
> Regards,
>
> David
>
> ----- Original Message ----
> From: Yan Huang <[EMAIL PROTECTED]>
> To: Maven Users List <[email protected]>
> Sent: Tuesday, October 30, 2007 11:30:18 PM
> Subject: javadoc jar is not generated when be run from the top level
>
> Hello,
>
> I declared maven-javadoc-plugin under "reporting" session on the top level
> of pom and have several modules defined in there as well. I noticed that
> when I run "mvn javadoc:jar" from the top level, the javadoc jar is not
> generated for the modules. However, when I run inside individual module,
> it
> gets generated. any clues?
>
> Thanks
> Yan
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to