xerial / snappy-java

Snappy compressor/decompressor for Java
Apache License 2.0
1.03k stars 232 forks source link

Bundle packaging type usage breaks maven site due to missing bundle plugin from pom #255

Open astubbs opened 4 years ago

astubbs commented 4 years ago

Full details here: https://stackoverflow.com/questions/51069767/maven-unknown-packaging-bundle-error-from-a-dependency-packaging-as-bundle

xerial commented 4 years ago

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.

cjohnstoniv commented 3 years ago

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.

bianjp commented 1 year ago

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).