elharo commented on code in PR #849:
URL:
https://github.com/apache/maven-shade-plugin/pull/849#discussion_r3933831787
##########
src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java:
##########
@@ -412,6 +412,16 @@ public class ShadeMojo extends AbstractMojo {
@Parameter(defaultValue = "false")
private boolean skip;
+ /**
+ * When true, the plugin logs details about the shading process at info
level, such as the dependencies
+ * included in or excluded from the shaded jar. When false, those details
are only logged at debug level.
+ * This restores the output that was logged at info level before version
3.6.1.
+ *
+ * @since 3.6.3
+ */
+ @Parameter(property = "shade.verbose", defaultValue = "false")
Review Comment:
This feels like you're reinventing log levels.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]