When Maven RUNS the Assembly plugin it gives lot of output of INFO level. can any body suggest how to change the Level of Plugin to WARN or ERROR rather then INFO.
Apparently this is a bug in the logging component of the Maven assembly plugin. The solution is to use a later version of the plugin - for example, version 2.5.5. So add the following to your pom.xml:
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.5</version>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With