This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new f50d858  ARROW-2343: [Java/Packaging] Run mvn clean in API doc builds
f50d858 is described below

commit f50d8587d5945c66c1fd4d9f23f1deb7cc5dacc2
Author: Phillip Cloud <[email protected]>
AuthorDate: Thu Mar 22 19:36:53 2018 +0100

    ARROW-2343: [Java/Packaging] Run mvn clean in API doc builds
    
    Author: Phillip Cloud <[email protected]>
    
    Closes #1779 from cpcloud/ARROW-2343 and squashes the following commits:
    
    4cd9a7e <Phillip Cloud> ARROW-2343:  Run mvn clean in API doc builds
---
 dev/gen_apidocs/create_documents.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/gen_apidocs/create_documents.sh 
b/dev/gen_apidocs/create_documents.sh
index 3100d3b..6332ac9 100755
--- a/dev/gen_apidocs/create_documents.sh
+++ b/dev/gen_apidocs/create_documents.sh
@@ -47,6 +47,7 @@ export PATH=$(pwd)/apache-maven-3.5.2/bin:$PATH
 
 pushd arrow/java
 rm -rf target/site/apidocs/*
+mvn -Drat.skip=true clean
 mvn -Drat.skip=true install
 mvn -Drat.skip=true site
 mkdir -p ../site/asf-site/docs/java/

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to