HADOOP-13688. Stop bundling HTML source code in javadoc JARs.
(cherry picked from commit 72a2ae6452
)
This commit is contained in:
parent
98759b426c
commit
832c2f52f8
|
@ -299,7 +299,6 @@
|
||||||
</goals>
|
</goals>
|
||||||
<phase>site</phase>
|
<phase>site</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<linksource>true</linksource>
|
|
||||||
<quiet>true</quiet>
|
<quiet>true</quiet>
|
||||||
<verbose>false</verbose>
|
<verbose>false</verbose>
|
||||||
<source>${maven.compile.source}</source>
|
<source>${maven.compile.source}</source>
|
||||||
|
|
|
@ -101,7 +101,6 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<linksource>true</linksource>
|
|
||||||
<maxmemory>512m</maxmemory>
|
<maxmemory>512m</maxmemory>
|
||||||
<quiet>true</quiet>
|
<quiet>true</quiet>
|
||||||
<verbose>false</verbose>
|
<verbose>false</verbose>
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -321,7 +321,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||||
<id>aggregate</id>
|
<id>aggregate</id>
|
||||||
<configuration>
|
<configuration>
|
||||||
<maxmemory>1024m</maxmemory>
|
<maxmemory>1024m</maxmemory>
|
||||||
<linksource>true</linksource>
|
|
||||||
<quiet>true</quiet>
|
<quiet>true</quiet>
|
||||||
<verbose>false</verbose>
|
<verbose>false</verbose>
|
||||||
<source>${maven.compile.source}</source>
|
<source>${maven.compile.source}</source>
|
||||||
|
|
Loading…
Reference in New Issue