We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Full details here: https://stackoverflow.com/questions/51069767/maven-unknown-packaging-bundle-error-from-a-dependency-packaging-as-bundle
The text was updated successfully, but these errors were encountered:
What is a suggested fix? <packaging>bundle</packaging> seems valid for OSGi support. I'm not sure how Maven is handling pom or bundle differences.
<packaging>bundle</packaging>
Sorry, something went wrong.
I am having the same issue, is there a suggested fix for this?
This occurs when running mvn dependency:list -DincludeParents on a project that depends on snappy-java.
mvn dependency:list -DincludeParents
Found an relevant issue reported to Maven dependency plugin: https://issues.apache.org/jira/browse/MDEP-630
It will be fixed in maven-dependency-plugin 3.5.1 (not released yet).
No branches or pull requests
Full details here: https://stackoverflow.com/questions/51069767/maven-unknown-packaging-bundle-error-from-a-dependency-packaging-as-bundle
The text was updated successfully, but these errors were encountered: