[
http://jira.codehaus.org/browse/MSITE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_101054
]
Max Bowsher commented on MSITE-148:
-----------------------------------
Does <reporting><excludeDefaults>true</excludeDefaults></reporting> work at all?
If I run "mvn help:effective-pom" on a project containing it, it is *not*
present in the effective-pom output, suggesting that it never got parsed
properly in the first place.
> <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