Skip to content

Commit 7956842

Browse files
authored
fix(java): run Maven in plain console-friendly mode (#1301)
1 parent 21f4a8d commit 7956842

File tree

1 file changed

+4
-4
lines changed
  • synthtool/gcp/templates/java_library/.kokoro

1 file changed

+4
-4
lines changed

synthtool/gcp/templates/java_library/.kokoro/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ set +e
4747

4848
case ${JOB_TYPE} in
4949
test)
50-
mvn test -B -Dclirr.skip=true -Denforcer.skip=true
50+
mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true
5151
RETURN_CODE=$?
5252
;;
5353
lint)
54-
mvn com.coveo:fmt-maven-plugin:check
54+
mvn com.coveo:fmt-maven-plugin:check -B -ntp
5555
RETURN_CODE=$?
5656
;;
5757
javadoc)
58-
mvn javadoc:javadoc javadoc:test-javadoc
58+
mvn javadoc:javadoc javadoc:test-javadoc -B -ntp
5959
RETURN_CODE=$?
6060
;;
6161
integration)
@@ -104,7 +104,7 @@ samples)
104104
fi
105105
;;
106106
clirr)
107-
mvn -B -Denforcer.skip=true clirr:check
107+
mvn -B -ntp -Denforcer.skip=true clirr:check
108108
RETURN_CODE=$?
109109
;;
110110
*)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy