Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-16943: [Java][Packaging] Fix nigthly build problem that generat…
…es excessive jars (#13485) Since June 24 the nightly build is generating multiple jars for the same module. In that example: https://github.com/ursacomputing/crossbow/releases/tag/nightly-packaging-2022-06-24-0-github-java-jars you can find three different jars for the arrow-gandiva. The commit purpose is clean the .m2 folder before executing the clean install command and copy the artifacts to the folder where they will be uploaded. Authored-by: Anthony Louis <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information