Search code examples
mavenoutputverbosity

Can Maven be made less verbose?


Maven spews out far too many lines of output to my taste (I like the Unix way: no news is good news).

I want to get rid of all [INFO] lines, but I couldn't find any mention of an argument or config settings that controls the verbosity of Maven.

Is there no LOG4J-like way to set the log level?


Solution

  • You can try the -q switch.

    -q,--quiet Quiet output - only show errors