opentracing-contrib / java-agent

Agent-based OpenTracing instrumentation in Java
Apache License 2.0
41 stars 12 forks source link

Bintray upload problem #8

Closed objectiser closed 7 years ago

objectiser commented 7 years ago

https://travis-ci.org/opentracing-contrib/java-agent/builds/209828604

Thought I had sorted out the bintray issues when I did a test release before - I have used the command in https://github.com/opentracing/opentracing-java/blob/master/RELEASE.md#troubleshooting-invalid-credentials and it works fine locally.

objectiser commented 7 years ago

@bhs Any ideas what might be wrong? I haven't used bintray before.

bhs commented 7 years ago

@objectiser I am perpetually confused about Bintray. Super hard to debug, too :-/

Sorry that's useless.

objectiser commented 7 years ago

@bhs no problem

objectiser commented 7 years ago

@bhs Got a bit further - now seems to be failing on sync with maven central. Not sure if I need to be added to a group: https://issues.sonatype.org/browse/OSSRH-26601 ?

I'm getting:

Last Sync Errors: Could not sync artifact opentracing-agent-parent-0.0.5.pom. Server response: 403 - Forbidden

403 - Forbidden

User 'gpbrown' missing 'stage' permission for staging profile:

Other issue this raises - currently the Java agent is using groupId io.opentracing.contrib - should it be using a sub-group?

bhs commented 7 years ago

@objectiser that makes sense. Unfortunately I can't help you with that – you'll have to file a ticket with sonatype (which is infuriating!). At least they are quick about it. manual_processes--

bhs commented 7 years ago

Actually, I guess it'll be better if I create the ticket. Will do so momentarily.

bhs commented 7 years ago

@objectiser https://issues.sonatype.org/browse/OSSRH-28784

Please add a comment to the JIRA ticket if I've got the wrong username :)

pavolloffay commented 7 years ago

@objectiser I think this can be closed right? Does the release work with git tag foo; git push origin foo?

objectiser commented 7 years ago

Yes works now