You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Andras Bokor (JIRA)" <ji...@apache.org> on 2017/08/01 08:31:00 UTC

[jira] [Commented] (HADOOP-14420) generateReports property is not applicable for maven-site-plugin:attach-descriptor goal

    [ https://issues.apache.org/jira/browse/HADOOP-14420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108564#comment-16108564 ] 

Andras Bokor commented on HADOOP-14420:
---------------------------------------

Thanks, [~andrew.wang]!

> 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
>            Priority: Minor
>             Fix For: 3.0.0-beta1
>
>         Attachments: HADOOP-14420.01.patch
>
>
> 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.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org