# ElasticSearch 6.0 beta2

**URL:** https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176
**Category:** Elasticsearch
**Created:** [September 1, 2017, 11:16pm UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176 "2017-09-01T23:16:23Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![questar](https://avatars.discourse-cdn.com/v4/letter/q/9fc29f/32.png) [@questar](https://discuss.elastic.co/u/questar)
#### Post date: [September 1, 2017, 11:16pm UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176/1 "2017-09-01T23:16:23Z")

</div>

When will maven have the update for beta2 ?

Thanks

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [September 2, 2017, 4:46am UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176/2 "2017-09-02T04:46:51Z")

</div>

It's there: [https://search.maven.org/#artifactdetails|org.elasticsearch|elasticsearch|6.0.0-beta2|jar](https://search.maven.org/#artifactdetails%7Corg.elasticsearch%7Celasticsearch%7C6.0.0-beta2%7Cjar)

---

<div class="post-metadata">

### Author: ![questar](https://avatars.discourse-cdn.com/v4/letter/q/9fc29f/32.png) [@questar](https://discuss.elastic.co/u/questar)
#### Post date: [September 2, 2017, 11:41am UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176/3 "2017-09-02T11:41:53Z")

</div>

Thanks. I updated the repository reference and got a clean compile.

 elastic-lucene-snapshots Elastic Lucene Snapshots http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/a128fcb true false

---

<div class="post-metadata">

### Author: ![Joel\_Stewart](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joel_stewart/32/21622_2.png) [@Joel\_Stewart](https://discuss.elastic.co/u/Joel_Stewart)
#### Post date: [September 5, 2017, 4:40pm UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176/4 "2017-09-05T16:40:56Z")

</div>

Is there a suggested repository to add to my settings.xml so maven will download the pom referenced lucene snapshot builds?

[https://repository.apache.org/content/groups/snapshots/org/apache/lucene/lucene-core/7.0.0-SNAPSHOT/](https://repository.apache.org/content/groups/snapshots/org/apache/lucene/lucene-core/7.0.0-SNAPSHOT/)

only keeps a few around, and so I am unable to get maven download those referenced in the elasticsearch pom(s).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [September 6, 2017, 4:53am UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176/5 "2017-09-06T04:53:51Z")

</div>

Here is what I added to my `pom.xml` in case it helps:

> <https://github.com/dadoonet/legacy-search/blob/01-direct/pom.xml#L193-L201>

HTH

---

<div class="post-metadata">

### Author: ![Joel\_Stewart](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joel_stewart/32/21622_2.png) [@Joel\_Stewart](https://discuss.elastic.co/u/Joel_Stewart)
#### Post date: [September 6, 2017, 1:17pm UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176/6 "2017-09-06T13:17:45Z")

</div>

Thanks.

Instead of adding directly to my project pom, I added it to an active profile in ~/.m2/settings.xml:

```
<repositories>
			<repository>
				<id>elasticlucenesnapshots</id>
				<name>elastic lucene</name>
				<url>http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/a128fcb</url>
				<releases><enabled>true</enabled></releases>
                <snapshots><enabled>false</enabled></snapshots>
			</repository>

```

It would be prudent to add the repository to elasticsearch pom while in beta, devs probably already know of it, but as a user I did not know where to look. Thanks again for you assistance.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 4, 2017, 1:17pm UTC](https://discuss.elastic.co/t/elasticsearch-6-0-beta2/99176/7 "2017-10-04T13:17:49Z")

</div>

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