denominator icon indicating copy to clipboard operation
denominator copied to clipboard

publish maven snapshots and releases publicly

Open codefromthecrypt opened this issue 11 years ago • 8 comments

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

codefromthecrypt avatar Mar 06 '13 06:03 codefromthecrypt

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

codefromthecrypt avatar Mar 06 '13 06:03 codefromthecrypt

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.

quidryan avatar Mar 06 '13 06:03 quidryan

yeah, works like a champ!

codefromthecrypt avatar Mar 06 '13 06:03 codefromthecrypt

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 avatar Mar 06 '13 15:03 codefromthecrypt

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

codefromthecrypt avatar May 24 '13 16:05 codefromthecrypt

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?

quidryan avatar May 28 '13 21:05 quidryan

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

codefromthecrypt avatar May 28 '13 22:05 codefromthecrypt

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.

quidryan avatar Jun 01 '13 06:06 quidryan