Skip to content

Instantly share code, notes, and snippets.

@trevorwhitney
Created April 13, 2020 14:18
Show Gist options
  • Save trevorwhitney/8a64d32c4223e0ff644ae0c018c29b86 to your computer and use it in GitHub Desktop.
Save trevorwhitney/8a64d32c4223e0ff644ae0c018c29b86 to your computer and use it in GitHub Desktop.
settings needed to quiet maven down
export LOG_LEVEL=off │[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ core-model-db ---
export MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.event.ExecutionEventLogger=info -Dorg.slf4j.simpleLogger.d│[INFO]
efaultLogLevel=warn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment