Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-14420

generateReports property is not applicable for maven-site-plugin:attach-descriptor goal

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0-beta1
    • None
    • None

    Description

      In Hadoop Main's pom.xml:

      <plugin>
              <artifactId>maven-site-plugin</artifactId>
              <executions>
                <execution>
                  <id>attach-descriptor</id>
                  <goals>
                    <goal>attach-descriptor</goal>
                  </goals>
                  <configuration>
                    <generateReports>true</generateReports>
                  </configuration>
                </execution>
              </executions>
            </plugin>

      generateReports property is an invalid property for this goal. It's only valid for site goal.

      Anyway, the default value is true so it can be removed.

      One less red line in IDEA.

      Attachments

        1. HADOOP-14420.01.patch
          0.5 kB
          Andras Bokor

        Issue Links

          Activity

            People

              boky01 Andras Bokor
              boky01 Andras Bokor
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: