Skip to content

Commit

Permalink
Make mvnd.rollingWindowSize default to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Nov 12, 2020
1 parent 4afe905 commit a307be9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ public String asCommandLineProperty(String value) {
*/
MVND_NO_BUFERING("mvnd.noBuffering", null, "false", false),
/**
* The size of the rolling window
* The number of log lines to display for each Maven module that is built in parallel.
*/
MVND_ROLLING_WINDOW_SIZE("mvnd.rollingWindowSize", null, "2", false),
MVND_ROLLING_WINDOW_SIZE("mvnd.rollingWindowSize", null, "0", false),
/**
* The path to the daemon registry
*/
Expand Down

0 comments on commit a307be9

Please sign in to comment.