Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-454

Don't use aggregator mojos for default report set

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.4
    • None
    • None

    Description

      For a POM snippet

      <reporting>
        <plugins>
          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
          </plugin>
        </plugins>
      </reporting>
      

      all available mojos of the plugin will be used as reports. This includes mojos marked with @aggregator although binding aggregators into the lifecycle can be troublesome, especially if they additionally fork the lifecycle.

      Hence I suggest we exclude aggregators from report sets unless explicitly configured by the user.

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              bentmann Benjamin Bentmann
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: