File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -577,6 +577,7 @@ function shadedclient_rebuild
577
577
578
578
extra=(
579
579
" -Dtest=NoUnitTests"
580
+ " -Dsurefire.failIfNoSpecifiedTests=false"
580
581
" -Dmaven.javadoc.skip=true"
581
582
" -Dcheckstyle.skip=true"
582
583
" -Dspotbugs.skip=true"
@@ -614,7 +615,7 @@ function shadedclient_rebuild
614
615
echo_and_redirect " ${logfile} " \
615
616
" ${MAVEN} " " ${MAVEN_ARGS[@]} " verify -fae --batch-mode -am \
616
617
" ${modules[@]} " \
617
- -DskipShade -Dtest=NoUnitTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true \
618
+ -DskipShade -Dtest=NoUnitTests -Dsurefire.failIfNoSpecifiedTests=false - Dmaven.javadoc.skip=true -Dcheckstyle.skip=true \
618
619
-Dspotbugs.skip=true ${extra[*]}
619
620
620
621
count=$( " ${GREP} " -c ' \[ERROR\]' " ${logfile} " )
You can’t perform that action at this time.
0 commit comments