File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
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} " )
Original file line number Diff line number Diff line change 169
169
170
170
<!-- Plugin versions and config -->
171
171
<maven-surefire-plugin .argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin .argLine>
172
- <maven-surefire-plugin .version>3.0.0-M1 </maven-surefire-plugin .version>
172
+ <maven-surefire-plugin .version>3.2.5 </maven-surefire-plugin .version>
173
173
<maven-surefire-report-plugin .version>${maven-surefire-plugin.version} </maven-surefire-report-plugin .version>
174
174
<maven-failsafe-plugin .version>${maven-surefire-plugin.version} </maven-failsafe-plugin .version>
175
175
You can’t perform that action at this time.
0 commit comments