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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -