[ 
http://jira.codehaus.org/browse/MNG-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann closed MNG-3271.
----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s:     (was: 2.0.x)
                   2.1.0-M2
                   2.0.10

Fixed by Brett in 
[r705567|http://svn.eu.apache.org/viewvc?view=rev&revision=705567] and 
[r705574|http://svn.eu.apache.org/viewvc?view=rev&revision=705574], 
respectively.

> <excludeDefaults> does not seem to work
> ---------------------------------------
>
>                 Key: MNG-3271
>                 URL: http://jira.codehaus.org/browse/MNG-3271
>             Project: Maven 2
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 2.0.7
>            Reporter: Grégory Joseph
>            Assignee: Benjamin Bentmann
>             Fix For: 2.0.10, 2.1.0-M2
>
>
> As far as I understand, adding
> <excludeDefaults>true</excludeDefaults>
> in the  <reporting>  section of my pom should have the same effect as
> {code}
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-project-info-reports-plugin</artifactId>
>                 <reportSets>
>                     <reportSet></reportSet>
>                 </reportSets>
>             </plugin>
> {code}
> ... 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