From a107cee14bb5446057da81d1c95d7fffd759e497 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 23 Mar 2016 14:15:26 +0900 Subject: [PATCH] HADOOP-12952. BUILDING example of zero-docs dist should skip javadocs. Contributed by Steve Loughran. --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 3eb9e9ca40..408cae1305 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: