kwin opened a new issue, #11990: URL: https://github.com/apache/maven/issues/11990
### New feature, improvement proposal The logic in https://github.com/apache/maven/blob/388337b32960c6fa5d6b0f9a3ef9948abb914ba2/impl/maven-logging/src/main/java/org/apache/maven/slf4j/MavenSimpleLogger.java#L103-L126 only emits the suppressed exception for the outmost exception but not for wrapped ones. This sometimes hides issues (like described in https://github.com/apache/maven-resolver/issues/1857). The suppressed exceptions should be emitted for the wrapped exceptions as well. -- 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]
