lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.11k stars 252 forks source link

native resources in default package aren't easily maven-shade-able #58

Closed clockfort closed 9 years ago

clockfort commented 9 years ago

The maven shade plugin cannot be well-used with this package because it leaves some resources (the native libraries) in the default package, which are not easily relocatable.

jpountz commented 9 years ago

Is this the only issue? If yes this is probably something that could be addressed easily.