This reverts commit 555faf28ce
.
This commit is contained in:
parent
99b9e7fb43
commit
10ab8abccd
@ -577,7 +577,6 @@ function shadedclient_rebuild
|
|||||||
|
|
||||||
extra=(
|
extra=(
|
||||||
"-Dtest=NoUnitTests"
|
"-Dtest=NoUnitTests"
|
||||||
"-Dsurefire.failIfNoSpecifiedTests=false"
|
|
||||||
"-Dmaven.javadoc.skip=true"
|
"-Dmaven.javadoc.skip=true"
|
||||||
"-Dcheckstyle.skip=true"
|
"-Dcheckstyle.skip=true"
|
||||||
"-Dspotbugs.skip=true"
|
"-Dspotbugs.skip=true"
|
||||||
@ -615,7 +614,7 @@ function shadedclient_rebuild
|
|||||||
echo_and_redirect "${logfile}" \
|
echo_and_redirect "${logfile}" \
|
||||||
"${MAVEN}" "${MAVEN_ARGS[@]}" verify -fae --batch-mode -am \
|
"${MAVEN}" "${MAVEN_ARGS[@]}" verify -fae --batch-mode -am \
|
||||||
"${modules[@]}" \
|
"${modules[@]}" \
|
||||||
-DskipShade -Dtest=NoUnitTests -Dsurefire.failIfNoSpecifiedTests=false -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true \
|
-DskipShade -Dtest=NoUnitTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true \
|
||||||
-Dspotbugs.skip=true ${extra[*]}
|
-Dspotbugs.skip=true ${extra[*]}
|
||||||
|
|
||||||
count=$("${GREP}" -c '\[ERROR\]' "${logfile}")
|
count=$("${GREP}" -c '\[ERROR\]' "${logfile}")
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
|
|
||||||
<!-- Plugin versions and config -->
|
<!-- Plugin versions and config -->
|
||||||
<maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
|
<maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
|
||||||
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
|
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
|
||||||
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
|
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
|
||||||
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
|
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user