kstyrc / embedded-redis

Redis embedded server for Java integration testing
854 stars 371 forks source link

Release to maven central. #37

Closed ptahchiev closed 9 years ago

ptahchiev commented 9 years ago

Hi,

would it be possible to release the artifacts to maven central? My build has tons of dependencies and I don't really like adding a new repository.

kstyrc commented 9 years ago

Sure, I'll look into that. What should be the groupId? I guess that for official maven central you gotta be the owner of the domain? Unfortunately, I have no domain for embedded-redis..

ptahchiev commented 9 years ago

I don't think you need to be the owner of a domain. At least not according to this one: https://maven.apache.org/guides/mini/guide-naming-conventions.html

kstyrc commented 9 years ago

I've submitted a request to Sonatype: https://issues.sonatype.org/browse/OSSRH-14938

kstyrc commented 9 years ago

I've released 0.6 to OSS Sonatype but still pending a sync with Maven Central: https://github.com/kstyrc/embedded-redis/pull/39#issuecomment-92024530

kstyrc commented 9 years ago

0.6 release got synced with Maven Central: http://repo.maven.apache.org/maven2/com/github/kstyrc/embedded-redis/0.6/

<dependency>
  <groupId>com.github.kstyrc</groupId>
  <artifactId>embedded-redis</artifactId>
  <version>0.6</version>
</dependency>
kstyrc commented 9 years ago

41 #42