Outdated elasticsearch-mapper-attachments in sonar repo?

Hi all,

Our current mapping uses attachments functionality and I was trying to
write an integration test, for my ElasticsearchDAO. But what I currently
see, that sonatype repo(
https://oss.sonatype.org/content/repositories/releases/org/elasticsearch/elasticsearch-attachments/)
contains v0.6.0 as the latest stable version of attachment plugin, but if
you look at github - the latest version is 1.4.0. One way to solve a
problem is to checkout "release 1.4.0" of github project, build it and
install to our nexus, but I wonder if there are any maven repos, which
contain more up-to-date versions.

Thanks in advance

--

Hi Oleg.

Wrong artifactId

See below:

org.elasticsearch elasticsearch-mapper-attachments 1.4.0

HTH

Le 30 août 2012 à 10:45, Oleg Ievtushok yevtushok@gmail.com a écrit :

Hi all,

Our current mapping uses attachments functionality and I was trying to write
an integration test, for my ElasticsearchDAO. But what I currently see, that
sonatype repo(
Central Repository: org/elasticsearch/elasticsearch-attachments
https://oss.sonatype.org/content/repositories/releases/org/elasticsearch/elasticsearch-attachments/
) contains v0.6.0 as the latest stable version of attachment plugin, but if
you look at github - the latest version is 1.4.0. One way to solve a problem
is to checkout "release 1.4.0" of github project, build it and install to our
nexus, but I wonder if there are any maven repos, which contain more
up-to-date versions.

Thanks in advance

--

--
David Pilato
http://www.scrutmydocs.org/
http://dev.david.pilato.fr/
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

--