Please consider publishing to Maven Central
See original GitHub issueIt isn’t a problem for a library to add resolvers += "johnreed2 bintray" at "http://dl.bintray.com/content/johnreed2/maven"
(by the way, isn’t the equivalent needed for Maven as well)? It is a bit worse to require everyone who depends on this library to add it too. I was thinking how I could avoid this problem, but can’t find a reliable way 😦 Though SBT does allow to make this dependency for SNAPSHOT versions only.
See https://bintray.com/docs/usermanual/uploads/uploads_syncingartifactswithmavencentral.html and https://blog.bintray.com/2014/02/11/bintray-as-pain-free-gateway-to-maven-central/ for explanation how to upload from Bintray to Maven Central.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Publishing Maven Releases to Maven Central Repository
Before a project can use the repository to release Maven artifacts, it must be configured in Nexus. This is generally a quick and...
Read more >How to Publish Artifacts on Maven Central - Medium
Publishing your first artifact on Maven Central can be as exciting as it can be confusing. We'll see together how to make your...
Read more >Publishing artifacts to Maven Central with Bintray & Gradle
Publishing artifacts to Maven Central and Bintray requires following rules to ensure the integrity of the binaries and their provenance, please ...
Read more >OSSRH Guide - The Central Repository Documentation
OSSRH uses the Maven repository format and allows you to: deploy development version binaries (snapshots); stage release binaries ...
Read more >Publish Artifacts to Maven Central - JetBrains
To publish an artifact to Maven Central. Configure publishing of artifacts to a Space Packages repository according to the following guides:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Success! https://drive.google.com/file/d/0B1IimJ20gG0SVWdnRDM1R1N0Y2s/view?usp=sharing
@alexeyr @timcharper Hey guys, I am really close. I uploaded to bintray and got the gpg keys set up in the 4.0 branch. Calling “publish-signed” with the sbt-pgp plugin generates this pom file, but when I try to sync from bintray to maven central, I get this error message.