-
Notifications
You must be signed in to change notification settings - Fork 109
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
publish maven snapshots and releases publicly #63
Comments
created ticket https://issues.sonatype.org/browse/OSSRH-5591 |
I didn't realize that Sonatype would host snapshot builds. If that's so, it's probably a small twist on what we already have to upload to Sonatype. Maybe some conditional added to the gradle/maven.gradle project. |
yeah, works like a champ! |
above fixed:
|
looks like we aren't yet publishing snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/netflix/ |
It looks like some projects are choosing to publish snapshots. What build job are you publishing your snapshots with? Are you including the uploadMavenCentral target? |
:) The only jobs I'm aware of are buildhive and the release one. |
The standard instructions detail making two jobs, one for snapshots and one for releases. Send me the one job you do have, and I'll create the other one for you. |
probably via sonatype https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
The text was updated successfully, but these errors were encountered: