jicpl-iscteiul / blacken

Automatically exported from code.google.com/p/blacken
0 stars 0 forks source link

Add Blacken to a public Maven repository #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Notice Blacken is a Maven application
2. Use Maven in your own application
3. Want to leverage the power of Maven to import the correct version of Blacken
4. Find out Blacken isn't in a public Maven repository

What is the expected output? What do you see instead?

We would expect to find Blacken -- the stable releases if not the snapshot -- 
located in a public Maven repository.

Original issue reported on code.google.com by yam...@gmail.com on 1 Aug 2012 at 11:33

GoogleCodeExporter commented 8 years ago
Looks doable: 
http://maven.apache.org/guides/mini/guide-central-repository-upload.html

Original comment by yam...@gmail.com on 3 Aug 2012 at 12:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Joel Orlina resolved OSSRH-4254.
--------------------------------

    Resolution: Fixed

Configuration has been prepared, now you can:
* Deploy snapshot artifacts into repository 
https://oss.sonatype.org/content/repositories/snapshots
* Deploy release artifacts into the staging repository 
https://oss.sonatype.org/service/local/staging/deploy/maven2
* Promote staged artifacts into repository 'Releases'
* Download snapshot and release artifacts from group 
https://oss.sonatype.org/content/groups/public
* Download snapshot, release and staged artifacts from staging group 
https://oss.sonatype.org/content/groups/staging

please comment on this ticket when you promoted your first release, thanks

Original comment by yam...@gmail.com on 6 Sep 2012 at 3:12

GoogleCodeExporter commented 8 years ago
Oh, so I'm using the Sonatype OSS service:

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

Maven Central is just for released versions, but this one does snapshots, and 
will push releases to Maven Central.

Through this process, I just got my first SNAPSHOT releases on a public 
repository.

This isn't quite good enough. I still need to manage the GPG/Maven integration 
bit to get the releases pushable to Central.

Original comment by yam...@gmail.com on 9 Sep 2012 at 1:47

GoogleCodeExporter commented 8 years ago
First release has been promoted. We'll see how it all pans out once it's 
officially live.

Original comment by yam...@gmail.com on 10 Sep 2012 at 7:27

GoogleCodeExporter commented 8 years ago

Original comment by yam...@gmail.com on 12 Sep 2012 at 2:27