1

I have deploy my fist version to the maven central repository. Now I want sync this to JCenter / Bintray. Is this possible and how can I do this?

Horcrux7
  • 23,758
  • 21
  • 98
  • 156

1 Answers1

1

Yes, all you need to do is just download your artifacts from JCenter.

On a related note, I'd suggest doing it the other way around - publish to JCenter and sync to Central. It should be easier for you.


I am with JFrog, the company behind Bintray and [artifactory], see my profile for details and links.

Community
  • 1
  • 1
JBaruch
  • 22,610
  • 5
  • 62
  • 90
  • I have a artifact on maven central (latest version). I didn't publish the artifact into JCenter but I see it is there (not sure why). The issue is the jar on JCenter is not the latest version. How do I do? Thanks! – LHA Apr 19 '17 at 14:47
  • The latest jar will appear in the UI after first attempt to download it, but it's available there the second it was published in Maven Central. Just try to access it. – JBaruch Apr 25 '17 at 07:11
  • 1
    Thanks! I see it in JCenter now. – LHA Apr 25 '17 at 15:17
  • @JBaruch This doesn't seem to be true anymore? I've published com.needhamsoftware.unojar:ant:0.99.1 to central and it does not show at jcenter Does this answer need an update? – Gus Jan 08 '20 at 18:04