Request: upload maven artifact for java library
Opened this issue · 3 comments
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!
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
But the coordinates can be changed, althought I don't know it requires package methods from the com.hadoop
or com.apache
domains...
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.