Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3271

<excludeDefaults> does not seem to work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.7
    • 2.0.10, 2.1.0
    • POM
    • None

    Description

      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)

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              gjoseph Grégory Joseph
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: