Missing <reports> around the two reports. beta-1 gives an appropriate
error for this.

- Brett

On 9/22/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote:
> Hi all !!
>
>     I'm trying to include report generation in my project by using
> maven-project-info-reports-plugin. Bellow you can see a snippet of pom.xml
>
>     <reporting>
>         <plugins>
>             <plugin>
>                 <artifactId>
>                     maven-project-info-reports-plugin
>                 </artifactId>
>                 <reportSets>
>                     <reportSet>
>                         <report>dependencies</report>
>                         <report>license</report>
>                     </reportSet>
>                 </reportSets>
>             </plugin>
>             <plugin>
>                 <artifactId>
>                     maven-checkstyle-plugin
>                 </artifactId>
>             </plugin>
>         </plugins>
>     </reporting>
>
> Although chekstyle report is generated, nothing happens with
> dependencies or license report.
>
> Any ideas with what is wrong?
>
> Thanks in advance.
>
> Best regards,
>
> Pablo.
>
> ---------------------------------------------------------------------
> 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]

Reply via email to