jbonofre commented on issue #41490: URL: https://github.com/apache/arrow/issues/41490#issuecomment-2127605310
The problem is in `java_full_build.sh` in crossbow: https://github.com/apache/arrow/blob/c8f89d06bb79909dbd52d7d1504bdcadb220fadd/ci/scripts/java_full_build.sh#L50 It explicitely calls `source:jar` goal whereas it's already done by Apache POM 31. IMHO, the `java_full_build.sh` should only do: ``` mvn clean \ install \ -Papache-release \ -Parrow-c-data \ -Parrow-jni \ -Darrow.cpp.build.dir=$dist_dir \ -Darrow.c.jni.dist.dir=$dist_dir \ -DdescriptorId=source-release ``` If agree, I can create a PR to change this pipeline. -- 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]
