You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2007/11/04 13:21:10 UTC

[jira] Moved: (MNG-3271) does not seem to work

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

Dennis Lundberg moved MSITE-148 to MNG-3271:
--------------------------------------------

    Description: 
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)

  was:
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)

            Key: MNG-3271  (was: MSITE-148)
        Project: Maven 2  (was: Maven 2.x Site Plugin)

> <excludeDefaults> does not seem to work
> ---------------------------------------
>
>                 Key: MNG-3271
>                 URL: http://jira.codehaus.org/browse/MNG-3271
>             Project: Maven 2
>          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
> {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