question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please consider publishing to Maven Central

See original GitHub issue

It 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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

0reactions
JohnReedLOLcommented, Feb 26, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found