HADOOP-13688. Stop bundling HTML source code in javadoc JARs.

(cherry picked from commit 72a2ae6452)
(cherry picked from commit 832c2f52f8)
This commit is contained in:
Andrew Wang 2016-10-06 11:19:38 -07:00 committed by Junping Du
parent f7a35c6489
commit ab91ca7338
3 changed files with 0 additions and 3 deletions

View File

@ -299,7 +299,6 @@
</goals>
<phase>site</phase>
<configuration>
<linksource>true</linksource>
<quiet>true</quiet>
<verbose>false</verbose>
<source>${maven.compile.source}</source>

View File

@ -98,7 +98,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<linksource>true</linksource>
<maxmemory>512m</maxmemory>
<quiet>true</quiet>
<verbose>false</verbose>

View File

@ -319,7 +319,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<id>aggregate</id>
<configuration>
<maxmemory>1024m</maxmemory>
<linksource>true</linksource>
<quiet>true</quiet>
<verbose>false</verbose>
<source>${maven.compile.source}</source>