Skip to content

Commit a74c2dd

Browse files
committed
ci-build.sh: echo the mvn command used to build
1 parent 7b58554 commit a74c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ EOL
317317
BUILD_ARGS="$BUILD_ARGS install javadoc:javadoc"
318318
fi
319319
# Check the build result.
320-
{ mvn $BUILD_ARGS; echo $? > exit-code; } | tee mvn-log
320+
{ (set -x; mvn $BUILD_ARGS); echo $? > exit-code; } | tee mvn-log
321321
checkSuccess "$(cat exit-code)" mvn-log
322322

323323
# --== POST-BUILD ACTIONS ==--

0 commit comments

Comments
 (0)