We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09442ff commit 3cfbaadCopy full SHA for 3cfbaad
build/mvnd
@@ -25,7 +25,7 @@ _CALLING_DIR="$(pwd)"
25
_COMPILE_JVM_OPTS="-Xms2g -Xmx2g -XX:ReservedCodeCacheSize=1g -Xss128m"
26
27
if [ "$CI" ]; then
28
- export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --color always"
+ export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --errors --fail-fast --quiet"
29
fi
30
31
# Installs any application tarball given a URL, the expected tarball name,
@@ -136,4 +136,4 @@ if [ "$MAVEN_CLI_OPTS" != "" ]; then
136
echo "MAVEN_CLI_OPTS=$MAVEN_CLI_OPTS"
137
138
139
-${MVND_BIN} $MAVEN_CLI_OPTS "$@" 2>&1
+${MVND_BIN} $MAVEN_CLI_OPTS "$@"
0 commit comments