Repository: hadoop Updated Branches: refs/heads/branch-2 12c1cc889 -> c0c6dd909
HADOOP-12952. BUILDING example of zero-docs dist should skip javadocs. Contributed by Steve Loughran. (cherry picked from commit a107cee14bb5446057da81d1c95d7fffd759e497) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c0c6dd90 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c0c6dd90 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c0c6dd90 Branch: refs/heads/branch-2 Commit: c0c6dd9093bcc84b7fcfb3db35b0a507ec626924 Parents: 12c1cc8 Author: Akira Ajisaka <[email protected]> Authored: Wed Mar 23 14:15:26 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Mar 23 14:16:11 2016 +0900 ---------------------------------------------------------------------- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c0c6dd90/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index a63553b..10ad7d7 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -224,7 +224,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:
