Skip to content

Commit 6d17765

Browse files
Added error code checking on each mvn package step
1 parent 8bc8aea commit 6d17765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
# Default build produces traditional war. Exit on failure.
3333
mvn clean package
34-
if [[ "$?" -ne 0 ]] ; the
34+
if [[ "$?" -ne 0 ]] ; then
3535
echo 'Aborting release due to build failure'; exit $rc
3636
fi
3737
# Build embedded Jetty distribution. Exit on failure

0 commit comments

Comments
 (0)