Skip to content
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

Open
codefromthecrypt opened this issue Mar 6, 2013 · 8 comments
Open

publish maven snapshots and releases publicly #63

codefromthecrypt opened this issue Mar 6, 2013 · 8 comments

Comments

@codefromthecrypt
Copy link
Contributor

probably via sonatype https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

@codefromthecrypt
Copy link
Contributor Author

created ticket https://issues.sonatype.org/browse/OSSRH-5591

@quidryan
Copy link
Contributor

quidryan commented Mar 6, 2013

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.

@codefromthecrypt
Copy link
Contributor Author

yeah, works like a champ!

@codefromthecrypt
Copy link
Contributor Author

above fixed:

I've granted your user permissions to the com.netflix groupId.  Any artifacts you successfully release should get picked up by the Central Sync process which is already active for com.netflix.

@codefromthecrypt
Copy link
Contributor Author

looks like we aren't yet publishing snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/netflix/

@quidryan
Copy link
Contributor

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?

@codefromthecrypt
Copy link
Contributor Author

:) The only jobs I'm aware of are buildhive and the release one.

@quidryan
Copy link
Contributor

quidryan commented Jun 1, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants