Andras Bokor created HADOOP-14420: ------------------------------------- Summary: generateReports property is not applicable for maven-site-plugin:attach-descriptor goal Key: HADOOP-14420 URL: https://issues.apache.org/jira/browse/HADOOP-14420 Project: Hadoop Common Issue Type: Bug Reporter: Andras Bokor Assignee: Andras Bokor
In Hadoop Main's pom.xml: {code}<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>{code} [generateReports property is an invalid property for this goal|https://maven.apache.org/plugins/maven-site-plugin/attach-descriptor-mojo.html]. It's only valid for [site goal|https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html]. Anyway, the default value is true so it can be removed. One less red line in IDEA. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org