Artem Zinnatullin
Artem Zinnatullin

Reputation: 4447

Bintray does not link new artifact to Jcenter

We have a maven package published to Bintray and linked to Jcenter.

In version 1.1.0 we've added a new artifact to the package: koptional-reactor-extensions, and uploaded release to Bintray.

All the artifacts are visible on Bintray without problems: https://dl.bintray.com/gojuno/maven/com/gojuno/koptional/

However Jcenter only shows artifacts that were already published and does not show koptional-reactor-extensions: https://jcenter.bintray.com/com/gojuno/koptional/

Neither Bintray's Gradle plugin nor Bintray web ui shows why it does not show up and how can we link new artifact to the Jcenter, this is very, very confusing.

P.S. Previously I was able to solve similar issue only by asking a question on StackOverflow so I'm doing it here again (I've also contacted Bintray through Inbox on website but with no luck).

And to be clear, I've never had such problems with oss.sonatype.org.

Upvotes: 1

Views: 388

Answers (1)

Yonatan Brand
Yonatan Brand

Reputation: 826

Thank you for your submitting this issue.

We have managed to resolve the issue you were experiencing. The issue occurred due to the reason of artifactID that was not approved.

Usually in order to add packages to JCenter, we add only packages under 'groupID/groupID/artifactID'. Usually we approve only one path for package, but since we wanted to expedite the resolution for your issue we decided to approve the package with only groupID. (i.e /com/gojuno/koptional). This means that all three artifactIDs (koptional, koptional-reactor-extensions, koptional-rxjava2-extensions) are now approved and synced to JCenter.

We hope this clarifies. Please let us know if you encounter any other issues.

Best Regards, Yonatan Brand JFrog Support

Upvotes: 2

Related Questions