<excludeDefaults> does not seem to work
---------------------------------------

         Key: MSITE-148
         URL: http://jira.codehaus.org/browse/MSITE-148
     Project: Maven 2.x Site Plugin
        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