dongjoon-hyun commented on code in PR #15267:
URL: https://github.com/apache/arrow/pull/15267#discussion_r1064992691


##########
ci/scripts/java_full_build.sh:
##########
@@ -61,7 +61,13 @@ mvn clean \
 
 # copy all jar, zip and pom files to the distribution folder
 find . \
-     "(" -name "*-javadoc.jar" -o -name "*-sources.jar" ")" \
+     "(" \
+     -name "*.jar" -o \
+     -name "*.json" -o \
+     -name "*.pom" -o \
+     -name "*.xml" -o \
+     -name "*.zip" \
+     ")" \
      -exec echo {} ";" \
      -exec cp {} $dist_dir ";"
 find ~/.m2/repository/org/apache/arrow \

Review Comment:
   Oh, you are right. I'll fix it soon.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to