Maven.elasticsearch.org is not available

I tried to get shield for transport client, but found that maven.elasticsearch.org is available?
Anyone have similar problem?

The site is down for me as well. I try to download org.elasticsearch.plugin:shield:2.3.5.
maven.elasticsearch.org is the

I have the same issue since yesterday. Any update on this?

Hi @elastic team,

do you have any updates on this?

regards,
Laszlo Budai

1 Like

Hello @cjcenizal or @ikakavas or @TimV or @bhavyarm anyone could help us?

Thanks,

Still waiting an update on this.
I found a way around by using this repo: https://maven.atlassian.com/3rdparty/
At least until the issue is solved.

I'm very sorry for the delay and inconvience. That host was a loosely supported service that we didn't have properly provisioned. We've published the artifacts to a better home at https://artifacts.elastic.co/maven/.

So you should now be able to do something like this. Let us know if you have any more trouble!

  <repositories>
    <repository>
      <id>elasticsearch</id>
      <url>https://artifacts.elastic.co/maven</url>
      <releases>
	<enabled>true</enabled>
      </releases>
      <snapshots>
	<enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>
1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.