Skip to content

Commit d0eabf2

Browse files
committed
check-build-and-verify.sh: handle stderr from sortpom.
Should be in 3e1aaa9 commit. No functional changes. [ci skip]
1 parent 4844a35 commit d0eabf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
123123

124124
if [ "$POM_STATUS" != 'skip' ]; then
125125
mvn --batch-mode sortpom:verify -Dsort.verifyFail=stop \
126-
>pom.log || POM_STATUS=fail
126+
>pom.log 2>&1 || POM_STATUS=fail
127127
fi
128128

129129
if [ "$BOOTLINT_STATUS" != 'skip' ]; then

0 commit comments

Comments
 (0)