laurentgo commented on code in PR #41772:
URL: https://github.com/apache/arrow/pull/41772#discussion_r1629160390


##########
ci/scripts/java_full_build.sh:
##########
@@ -60,10 +57,6 @@ mvn clean \
     -DdescriptorId=source-release
 
 # copy all jar, zip and pom files to the distribution folder
-find . \
-     "(" -name "*-javadoc.jar" -o -name "*-sources.jar" ")" \
-     -exec echo {} ";" \
-     -exec cp {} $dist_dir ";"

Review Comment:
   Ah sorry, might I misread your question. If you're asking about removing the 
`find` command, yes, it's because it's handled by the second `find` command 
which will get the single assembly, the sources and javadoc jars from the local 
repository and copy them to the `$dist_dir` directory



-- 
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