Repository: hadoop
Updated Branches:
  refs/heads/branch-2 98759b426 -> 832c2f52f


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

(cherry picked from commit 72a2ae6452e615c66d10829da38737896814e02b)


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

Branch: refs/heads/branch-2
Commit: 832c2f52f8543bb966596d0626af99fe995b6aaf
Parents: 98759b4
Author: Andrew Wang <[email protected]>
Authored: Thu Oct 6 11:19:38 2016 -0700
Committer: Junping Du <[email protected]>
Committed: Thu Apr 6 13:14:59 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/832c2f52/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 a064ed2..82b7452 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/832c2f52/hadoop-project-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml
index ae1138d..a1efa35 100644
--- a/hadoop-project-dist/pom.xml
+++ b/hadoop-project-dist/pom.xml
@@ -101,7 +101,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/832c2f52/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f02ab0..3833a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,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]

Reply via email to