disable maven execution debug output -


option -x in maven able display execution debug output including parameters. possible configure maven pom.xml disable debug log output entire execution process or within execution of 1 particular maven plugin if "-x" option passed in maven? thanks

maven 3.1 has introduced slf4j, means can have more control on logging. see http://maven.apache.org/maven-logging.html details. earlier version of maven specified log level complete execution.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -