Repository: hadoop Updated Branches: refs/heads/branch-2.8 f7a35c648 -> ab91ca733
HADOOP-13688. Stop bundling HTML source code in javadoc JARs. (cherry picked from commit 72a2ae6452e615c66d10829da38737896814e02b) (cherry picked from commit 832c2f52f8543bb966596d0626af99fe995b6aaf) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ab91ca73 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ab91ca73 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ab91ca73 Branch: refs/heads/branch-2.8 Commit: ab91ca7338cedb2bcf7b078f3db107ec03124579 Parents: f7a35c6 Author: Andrew Wang <[email protected]> Authored: Thu Oct 6 11:19:38 2016 -0700 Committer: Junping Du <[email protected]> Committed: Thu Apr 6 13:16:15 2017 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml | 1 - hadoop-project-dist/pom.xml | 1 - pom.xml | 1 - 3 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ab91ca73/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml index 6fe9270..10503bb 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml @@ -299,7 +299,6 @@ </goals> <phase>site</phase> <configuration> - <linksource>true</linksource> <quiet>true</quiet> <verbose>false</verbose> <source>${maven.compile.source}</source> http://git-wip-us.apache.org/repos/asf/hadoop/blob/ab91ca73/hadoop-project-dist/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml index 1ffc6c2..80e2b2e 100644 --- a/hadoop-project-dist/pom.xml +++ b/hadoop-project-dist/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/hadoop/blob/ab91ca73/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1cbe7c5..6311c80 100644 --- a/pom.xml +++ b/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
