HADOOP-13688. Stop bundling HTML source code in javadoc JARs.
(cherry picked from commit72a2ae6452
) (cherry picked from commit832c2f52f8
)
This commit is contained in:
parent
f7a35c6489
commit
ab91ca7338
|
@ -299,7 +299,6 @@
|
|||
</goals>
|
||||
<phase>site</phase>
|
||||
<configuration>
|
||||
<linksource>true</linksource>
|
||||
<quiet>true</quiet>
|
||||
<verbose>false</verbose>
|
||||
<source>${maven.compile.source}</source>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue