Make mvnd.rollingWindowSize default to 0

This commit is contained in:
Peter Palaga
2020-11-12 10:10:37 +01:00
parent 4afe9057a2
commit a307be996a

View File

@@ -65,9 +65,9 @@ public enum Environment {
*/
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
*/