views:

48

answers:

1

I'm looking for a public Maven repository that has the Voldemort libraries. Anyone?

+1  A: 

I am afraid there isn't but here is a description how to get them in your local repo.

This cqn be easily extended to install them to your nexus or artifacory if you have one (and if you call typing 3-line command lines easy).

Peter Tillemans
Ok thanks. The thing is, I need to reference the Voldemort jars in case I want to include a Voldemort sample in Preon (preon.codehaus.org), and I don't want everybody checking out Preon to go through the same pain.
Wilfred Springer
I found voldemort/voldemort and voldemort/voldemort-contrib on clojars. <repository> <id>clojars.org</id> <url>http://clojars.org/repo</url></repository>
Peter Tillemans