Prechádzať zdrojové kódy

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

Andrew Wang 7 rokov pred
rodič
commit
a7d858668a
1 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  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>