-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven central integration #5
Comments
Usually this means there's something missing in the pom file. That's the
thing that maven central would care about.
…On Wed, Dec 20, 2017 at 1:35 PM, Carlos Alberto Cortez < ***@***.***> wrote:
After deploying the artifact (for the 0.0.1 release) to Bintray and having
it accepted into JCenter, a message appears: "To have your package
artifacts synced to the Maven Central repository, your package must comply
with the Maven Central requirements." (https://bintray.com/
opentracing/maven/opentracing-java-v030/0.0.1#central)
It means I need to be added as a comitter under Sonata (already created my
account, "carlosalberto"). Was wondering who has access for requesting
that? Maybe @yurishkuro <https://github.com/yurishkuro> @adriancole
<https://github.com/adriancole> @pavolloffay
<https://github.com/pavolloffay> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD61yTlqZlEthm2In4Ido5XrIGlf2FBks5tCJy3gaJpZM4RH7Dp>
.
|
I don't see any errors.. PS are you literally trying to sync an
artifact named opentracing-v030 to maven central?
|
Hey Adrian! Thanks for the answer. So basically I went and double checked values and realized this message is showing in the Maven Central section (https://bintray.com/opentracing/maven/opentracing-java-v030/#central): "Last Sync Errors: Could not sync artifact opentracing-v030-0.0.1.jar.md5. Server response: <title>403 - Forbidden" etc. So it looks like permissions, no? Because I can push all the files to bintray itself, but it fails when doing the actual Maven synchronization. |
I synced it manually via bintray.com with my account. Success! |
@carlosalberto @malafeev I don't see anything unusual / different about @carlosalberto's permissions on bintray. However, it may also be needed to grant permissions at https://issues.sonatype.org/browse/OSSRH-19982 or something similar. I am missing state here, but it's possible the |
After deploying the artifact (for the 0.0.1 release) to Bintray and having it accepted into JCenter, a message appears: "To have your package artifacts synced to the Maven Central repository, your package must comply with the Maven Central requirements." (https://bintray.com/opentracing/maven/opentracing-java-v030/0.0.1#central)
It means I need to be added as a comitter under Sonata (already created my account, "carlosalberto"). Was wondering who has access for requesting that? Maybe @yurishkuro @adriancole @pavolloffay @tedsuo ?
The text was updated successfully, but these errors were encountered: