8000 HADOOP-19528. Update Surefire plugin to 3.5.3 by stoty · Pull Request #7574 · apache/hadoop · GitHub
[go: up one dir, main page]

Skip to content

HADOOP-19528. Update Surefire plugin to 3.5.3 #7574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: trunk
Choose a base branch
from
Prev Previous commit
Next Next commit
add another missing -Dsurefire.failIfNoSpecifiedTests=false
  • Loading branch information
stoty committed Apr 16, 2025
commit bc74a833f81020829a3dad6fa1fd0e80db93e6da
1 change: 1 addition & 0 deletions dev-support/bin/hadoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ function shadedclient_rebuild

extra=(
"-Dtest=NoUnitTests"
"-Dsurefire.failIfNoSpecifiedTests=false"
"-Dmaven.javadoc.skip=true"
"-Dcheckstyle.skip=true"
"-Dspotbugs.skip=true"
Expand Down
0