-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
Description
It would be good to have all JARs (java-ipfs-http-client and all deps) published to Maven Central. There were already several attempts recorded:
- Publish packages in Maven Central multiformats/java-multibase#32
- Publish to maven central multiformats/java-multihash#24
- (maybe more that I missed?)
For this to happen:
- we need to bring all projects "in shape" for publishing (they must pass requirements)
- we need to register namespace with Sonatype, I guess
io.ipfs(at least package name suggest this) - we need to assign publishers (who are set up for publishing, with things like GPG keys) to the registered namespace
Are we interested in doing this?
Of course, we can continue to use jitpack.io as secondary publishing service, there is not problem with that.