[ 
http://jira.codehaus.org/browse/MSITE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106189
 ] 

Dennis Lundberg commented on MSITE-148:
---------------------------------------

I tried this and here are my findings:
* <excludeDefaults> only removes the "Project Information" menu from the site, 
but still creates the reports
* <reportSets> does not create the reports and does not add the "Project 
Information" menu to the site

These tests were done using Maven 2.0.7 and maven-site-plugin 2.0-beta-4.

> <excludeDefaults> does not seem to work
> ---------------------------------------
>
>                 Key: MSITE-148
>                 URL: http://jira.codehaus.org/browse/MSITE-148
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>            Reporter: Grégory Joseph
>
> As far as I understand, adding
> <excludeDefaults>true</excludeDefaults>
> in the  <reporting>  section of my pom should have the same effect as
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-project-info-reports-plugin</artifactId>
>                 <reportSets>
>                     <reportSet></reportSet>
>                 </reportSets>
>             </plugin>
> ... but only that latter had any effect.
> (I was mainly trying to disable the dependencies report, because I have many 
> dependencies build with m1 which don't have a proper m2 pom)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to