Can Maven be made less verbose?

Asaf Bartov picture Asaf Bartov · Sep 16, 2008 · Viewed 42.3k times · Source

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?

Answer

Jorge Ferreira picture Jorge Ferreira · Sep 16, 2008

You can try the -q switch.

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