sbtourist / Journal.IO

Journal.IO is a zero-dependency, fast and easy-to-use journal storage implementation.
Apache License 2.0
260 stars 39 forks source link

use oss.s.o maven repository in order to get sync to central #20

Closed brianm closed 11 years ago

brianm commented 11 years ago

Pull request to make POM changes needed to deploy to oss.sonatype.org which will sync to maven central.

See the singup docs for the final steps to get perms to push, etc.

jeluard commented 11 years ago

Nice! I would also be interested to see artifacts pushed to the central repo.

I am not sure it will be feasible yet as central repo has a strict policy for groupId, namely ensuring they map to a valid domain owned by the project (more details).

Changing the groupId to something like com.github.sbtourist would do it.

sbtourist commented 11 years ago

Hey guys,

Sorry for this late response, for some reason Github didn't send me any notification.

I'll apply this ASAP.

sbtourist commented 11 years ago

Guys,

Here's the ticket to get Journal.IO into Sonatype: https://issues.sonatype.org/browse/OSSRH-5261 I had to change the groupid to com.github.sbtourist, as suggested by Julien. Hopefully they'll create the repository soon.

jeluard commented 11 years ago

Nice, thanks!