fingltd / 4mc

4mc - splittable lz4 and zstd in hadoop/spark/flink
Other
108 stars 36 forks source link

Request: upload maven artifact for java library #33

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

I would like to use the hadoop-4mc library in a gradle project, but there is no artifact in maven central or any other repository. In addition, jitpack.io cannot grab the information to auto-generate an artifact because there is no build file (pom.xml or gradle.build) because this is a mixed repository (see https://jitpack.io/#carlomedas/4mc logs).

Would it be possible to upload an artifact for every release? Thank you in advance!

baaa commented 6 years ago

i don't think he can publish it to any main stream repositories because the group name he uses for the project is com.apache (or com.hadoop) which he does not own or belong to

magicDGS commented 6 years ago

But the coordinates can be changed, althought I don't know it requires package methods from the com.hadoop or com.apache domains...

Fokko commented 5 years ago

The coordinates should be changed then, or it should become a project governed by the Apache Software Foundation. I would be greatly in favor of uploading these artifacts to a central repository as well.