-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Enable maven central sync via bintray #2823
Conversation
Thank you! |
Enable maven central sync via bintray
@rspieldenner I got this error, is it an issue with config or just a transient issue? https://travis-ci.org/ReactiveX/RxJava/builds/57801257#L3427 Last Sync Errors: Could not sync artifact rxjava-1.0.9-benchmarks.jar. Server response: <title>403 - Forbidden</title> 403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-benchmarks.jar.sha1. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-sources.jar. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-sources.jar.sha1. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.pom.asc. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-javadoc.jar. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-javadoc.jar.sha1. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.jar.asc. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-javadoc.jar.asc. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.jar. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.jar.sha1. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-sources.jar.asc. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.pom. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.pom.sha1. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-benchmarks.jar.asc. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-benchmarks.jar.md5. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-sources.jar.md5. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9-javadoc.jar.md5. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.jar.md5. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 Could not sync artifact rxjava-1.0.9.pom.md5. Server response: <title>403 - Forbidden</title>403 - ForbiddenUser 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173 |
I was able to manually sync from Bintray, but I want to know if it is something about the Gradle sync that we don't have configured right. |
Not sure. We had one of the nebula plugins have similar problems. I will About at what time did this happen? On Thu, Apr 9, 2015 at 6:46 AM, Ben Christensen notifications@github.com
|
Is this the first release since I added the sonatypeUsername? |
And I have a theory, I probably used another set of sonatype Credentials that don't have permission to push to io.reactivex. Do you know if RxGroovy or RxScala have been able to publish with what I setup? |
No description provided.