Przeglądaj źródła

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

(cherry picked from commit a107cee14bb5446057da81d1c95d7fffd759e497)
Akira Ajisaka 9 lat temu
rodzic
commit
c0c6dd9093
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      BUILDING.txt

+ 1 - 1
BUILDING.txt

@@ -224,7 +224,7 @@ Building distributions:
 
 
 Create binary distribution without native code and without documentation:
 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:
 Create binary distribution with native code and with documentation: