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
Post a Comment