Maven reference to custom repository on google code

Hey Shay,

The Maven build has the repository pointing at Google code SVN. Are
those only dependencies that are not available elsewhere on a public
repository, or are any custom versions of those other projects?

Thanks

  • Jayson

Yea, those are mainly the concurrency (jsr166) libs used by elasticsearch
that I compile myself (the ones included in Java 7 and upcoming Java 8).
They are not available on public repo. You don't really need to worry about
it when you reference elasticsearch in your pom, since they get shaded
(embedded) in the elasticsearch jar, so the final pom of elasticsearch does
not reference it.

On Thu, Dec 22, 2011 at 12:23 AM, jminard jayson.minard@gmail.com wrote:

Hey Shay,

The Maven build has the repository pointing at Google code SVN. Are
those only dependencies that are not available elsewhere on a public
repository, or are any custom versions of those other projects?

Thanks

  • Jayson