Skip to content
This repository was archived by the owner on Jun 2, 2019. It is now read-only.

Run maven in batch mode to prevent log spam #51

Merged
merged 1 commit into from
Feb 3, 2016
Merged

Run maven in batch mode to prevent log spam #51

merged 1 commit into from
Feb 3, 2016

Conversation

tstibbs
Copy link
Contributor

@tstibbs tstibbs commented Nov 27, 2015

Maven is run in interactive mode, which means when downloading a large artifact, maven will print out how far through the download it is (e.g. 172Kb/1651Kb) and constantly updates this value in the console. The maven output appears in the puppet output if --debug is used. However, this means if capturing the logs of a puppet apply, you may have many many lines of output from maven just keeping its xKb/yKb updated.

This PR sets maven to batch mode, to stop it printing out these kind of logs.

carlossg added a commit that referenced this pull request Feb 3, 2016
Run maven in batch mode to prevent log spam
@carlossg carlossg merged commit 7f6e7d9 into maestrodev:master Feb 3, 2016
@tstibbs tstibbs deleted the batch_mode branch February 5, 2016 07:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants