Commits


Anthony Louis authored and Krisztián Szűcs committed 527c346229f
ARROW-12699: [CI][Packaging][Java] Generate a jar compatible with Linux and MacOS for all Arrow components Change the build to generate the Arrow's libraries jar files containing the C++ shared libs both for Linux and macOS. **Note**: It only generates the artifact jars for the components that depend on C++ libraries at the end of the build: gandiva, adapter/orc, and dataset. Closes #10300 from anthonylouisbsb/feature/generate-single-jar-for-all-jar-libraries Authored-by: Anthony Louis <anthony@simbioseventures.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>