[
https://issues.apache.org/jira/browse/ARROW-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410083#comment-16410083
]
ASF GitHub Bot commented on ARROW-2343:
---------------------------------------
xhochy closed pull request #1779: ARROW-2343: [Java/Packaging] Run mvn clean in
API doc builds
URL: https://github.com/apache/arrow/pull/1779
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/dev/gen_apidocs/create_documents.sh
b/dev/gen_apidocs/create_documents.sh
index 3100d3b98..6332ac989 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/
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Java/Packaging] Run mvn clean in API doc builds
> ------------------------------------------------
>
> Key: ARROW-2343
> URL: https://issues.apache.org/jira/browse/ARROW-2343
> Project: Apache Arrow
> Issue Type: Task
> Components: Java - Vectors, Packaging
> Affects Versions: 0.9.0
> Reporter: Phillip Cloud
> Assignee: Phillip Cloud
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> I had some stale generated code lying around that prevented me from building
> the API docs. Running {{mvn clean}} fixed the issue. I'm going to add this to
> the {{create_documents.sh}} script.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)