Skip to content

Commit

Permalink
scripts/build.sh: add --batch-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 28, 2020
1 parent 2bffa6d commit 05e7103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ do_compute_sha() {

# -----------------------------------------------------------------------------

mvn clean verify -Pepp.package.embedcdt
mvn clean verify --batch-mode --show-version -Pepp.package.embedcdt

pushd archive
for f in *.zip *.gz
Expand Down

0 comments on commit 05e7103

Please sign in to comment.