Skip to content

Commit

Permalink
Disable Maven transfer progress
Browse files Browse the repository at this point in the history
* Less boilerplate in log output
* Faster builds
  • Loading branch information
llowinge committed Sep 12, 2023
1 parent fb2ccfb commit fd31532
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public static void invoke(BuildRequest buildRequest) {
.setBatchMode(true)
.setGoals(goals)
.setProperties(properties)
.setNoTransferProgress(true)
.setOutputHandler(buildRequest.getOutputHandler())
.setErrorHandler(buildRequest.getOutputHandler());

Expand Down

0 comments on commit fd31532

Please sign in to comment.