-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REGRESSION] WARN and stacktrace on dependency that has bundle packaging #272
Comments
it seems it has been introduced in 374b3c5#diff-fefd41f1516192deb7ae633e70ebca2920b4f3b546f1f994441912a7b30d6570R541 |
just for reference: while investigating on this snappy-java jar file which pom has a "bundle" packaging, it seems this library is built with sbt https://github.com/xerial/snappy-java |
Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
reported in #259
when adding
org.xerial.snappy:snappy-java:1.1.8.4
dependency, new stacktrace is displayed with[WARNING] An unexpected issue occurred attempting to resolve the effective pom for ...
in the build output, but it does not fail the build nor makes an invalid BOM content:reproduced in a67bee2
The text was updated successfully, but these errors were encountered: