pan3793 opened a new pull request, #849:
URL: https://github.com/apache/maven-shade-plugin/pull/849

   Fixes #756.
   
   MSHADE-479 (3.6.1) demoted several info logs to debug. This adds a `verbose` 
plugin option (property `shade.verbose`, default `false`) that logs those 
messages at info level again, without requiring `mvn -X`:
   
   - `Including <artifact> in the shaded jar.`
   - `Excluding <artifact> from the shaded jar.`
   - `Skipping pom dependency <artifact> in the shaded jar.`
   - `Replacing <old> with <new>`
   - `No artifact matching filter <artifact>`
   
   With `verbose=false` (default) they remain at debug level, keeping the 
3.6.1+ behavior.
   
   Adds an IT (`src/it/projects/verbose-logging`) asserting the include/exclude 
lines appear at info level when `verbose=true`.
   
   Assisted-by: Claude Opus 4.6


-- 
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]

Reply via email to