浏览代码

HADOOP-14420. generateReports property is not applicable for maven-site-plugin:attach-descriptor goal. Contributed by Andras Bokor.

Andrew Wang 7 年之前
父节点
当前提交
a7d858668a
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      pom.xml

+ 0 - 3
pom.xml

@@ -389,9 +389,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
             <goals>
               <goal>attach-descriptor</goal>
             </goals>
-            <configuration>
-              <generateReports>true</generateReports>
-            </configuration>
           </execution>
         </executions>
       </plugin>