浏览代码

HADOOP-12952. BUILDING example of zero-docs dist should skip javadocs. Contributed by Steve Loughran.

Akira Ajisaka 9 年之前
父节点
当前提交
a107cee14b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BUILDING.txt

+ 1 - 1
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: