[ 
https://issues.apache.org/jira/browse/HADOOP-14420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Wang updated HADOOP-14420:
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0-beta1
           Status: Resolved  (was: Patch Available)

Thank you for the contribution Andras!

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to