[BUG] Release build with mvn option -P source-javadoc
FAILED
#4631
Labels
bug
Something isn't working
-P source-javadoc
FAILED
#4631
Describe the bug
When running release build, we need to build
javadoc.jar
andsource.jar
with mvn option-P source-javadoc
(the only diff from the nightly build) , but build FAILED in this line https://github.com/NVIDIA/spark-rapids/blob/branch-22.02/jenkins/spark-nightly-build.sh#L30, error output as below:Quick repro
Note:
Build PASS when we remove
-P source-javadoc
Build PASS if we revert root pom.xml changed in the PR : https://github.com/NVIDIA/spark-rapids/pull/4529/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
The text was updated successfully, but these errors were encountered: