alphazero / jredis

Java Client and Connectors for Redis
http://code.google.com/p/jredis/
Apache License 2.0
315 stars 136 forks source link

Publishing artifacts to maven repo #35

Closed devender closed 13 years ago

devender commented 13 years ago

I made changes so that we can now publish jredis jars to maven repo.

In order to push from your machine you need to do 2 things.

  1. Change your maven settings.xml file
  2. mvn clean deploy

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

You can see the ones I have uploaded here https://oss.sonatype.org/content/groups/public/org/jredis/

alphazero commented 13 years ago

Hi devender,

Saw your request to the maven repo folks. Thanks. I'll get to all pull requests over the weekend. Thank you for contributing.

markpollack commented 13 years ago

I tried to use this repo but it seems it is in an inconsistent state.

jredis-core has a parent reference to a 'jedis' module that doesn't exist.