|
@@ -558,7 +558,7 @@ function shadedclient_rebuild
|
|
|
echo_and_redirect "${logfile}" \
|
|
|
"${MAVEN}" "${MAVEN_ARGS[@]}" verify -fae --batch-mode -am \
|
|
|
"${modules[@]}" \
|
|
|
- -Pnoshade -Dtest=NoUnitTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true
|
|
|
+ -DskipShade -Dtest=NoUnitTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true
|
|
|
|
|
|
count=$("${GREP}" -c '\[ERROR\]' "${logfile}")
|
|
|
if [[ ${count} -gt 0 ]]; then
|