KilianB/JImageHash

Publish artifact to maven central

KilianB opened this issue · 6 comments

For some projects it's more convenient if they do not have to configure JCenter as additional repository.

e.g. #31

Steps to publish to maven central

  1. Make sure pom contains all required fields
  • groupId
  • artifactId
  • version
  • name
  • description
  • url
  • license
  • developers
  • scm
  1. Configure OSS Account
  • Create account
  • Claim namespace (JIRA ticket) *
  1. Sign files (link JCenter o Maven Central)
  • already created a ticket a while ago but never finished the setup process. Do I need to create an entirely new project? The bintray documentation does not exactly state how far we have to go.

+1 would really help! We'd like to use your library on the XWiki project and it would make our life easier :)

Any idea if you'd have the time to work on this anytime soon? Thanks a lot for your project.

JCenter is shutting down in a few months. Would be great if the artifacts could be pushed to Maven Central.

JCenter is sunset so you can't use this library anymore unless you compile and publish it yourself 😭

I already started publishing the dependencies to central yesterday e.g. https://github.com/KilianB/UtilityCode and created a new repo to split the examples here: https://github.com/KilianB/JImageHash-Examples.
The workflow to publishing to maven central has been set up over the past two days.
Currently I am extending test cases and fixing issues which got opened over the last couple of months