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

This commit is contained in:
Andrew Wang 2016-10-06 11:19:38 -07:00
parent 2d46c3f6b7
commit 72a2ae6452
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

@ -116,7 +116,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

@ -429,7 +429,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>