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

Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/72a2ae64
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/72a2ae64
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/72a2ae64

Branch: refs/heads/HADOOP-13037
Commit: 72a2ae6452e615c66d10829da38737896814e02b
Parents: 2d46c3f
Author: Andrew Wang <w...@apache.org>
Authored: Thu Oct 6 11:19:38 2016 -0700
Committer: Andrew Wang <w...@apache.org>
Committed: Thu Oct 6 11:19:38 2016 -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/72a2ae64/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 df1d63b..0aa5fc1 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/72a2ae64/hadoop-project-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml
index bf4fac7..e64f173 100644
--- a/hadoop-project-dist/pom.xml
+++ b/hadoop-project-dist/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/72a2ae64/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 250f5a1..1a3cd28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to