HADOOP-12952. BUILDING example of zero-docs dist should skip javadocs. Contributed by Steve Loughran.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a107cee1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a107cee1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a107cee1 Branch: refs/heads/HDFS-7240 Commit: a107cee14bb5446057da81d1c95d7fffd759e497 Parents: 0bfe5a0 Author: Akira Ajisaka <aajis...@apache.org> Authored: Wed Mar 23 14:15:26 2016 +0900 Committer: Akira Ajisaka <aajis...@apache.org> Committed: Wed Mar 23 14:15:26 2016 +0900 ---------------------------------------------------------------------- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a107cee1/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index 3eb9e9c..408cae1 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -252,7 +252,7 @@ Building distributions: Create binary distribution without native code and without documentation: - $ mvn package -Pdist -DskipTests -Dtar + $ mvn package -Pdist -DskipTests -Dtar -Dmaven.javadoc.skip=true Create binary distribution with native code and with documentation: