Wilfried,

here is a way to select only certain reports:

<reporting>
 <plugins>
...
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
           <reportSets>
             <reportSet>
               <reports>
                 <!--report>cim</report-->
                 <report>dependencies</report>
                 <report>issue-tracking</report>
                 <!--report>license</report-->
                 <!--report>mailing-list</report-->
                 <!--report>scm</report-->
                 <report>project-team</report>
             </reports>
           </reportSet>
         </reportSets>
         </plugin>
...
  </plugins>
</reporting>

Just comment out the unwanted reports.

Marcus



Wilfred Springer schrieb:

All,

Since the dependency report currently breaks my build
(http://jira.codehaus.org/browse/MNG-1316), I'm looking for a way to
exclude this report from the generated site, but I haven't been able to
figure out how to do it.

Any clues?

Thanks,

Wilfred


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

Reply via email to