lz4 / lz4-java

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

deploy to maven #3

Closed tjake closed 11 years ago

tjake commented 11 years ago

It would be great if the code was deployed to a maven repo (obviously without jni support)

jpountz commented 11 years ago

I think we could deploy a JAR that has JNI bindings for some common platforms? I had planned to support 64-bits Linux at least, maybe other platforms/archs would make sense.

jpountz commented 11 years ago

I deployed to Maven central: http://search.maven.org/#artifactdetails%7Cnet.jpountz.lz4%7Clz4%7C1.0.0%7Cjar

I tested as much as I could on different machines and decided not to include JNI bindings for this first release. I'll try to include JNI bindings for some platforms in the future but this would require even more testing...