# Newbie question: after building with mvn, where is the tar created?

**URL:** https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561
**Category:** Elasticsearch
**Created:** [June 12, 2015, 11:18am UTC](https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561 "2015-06-12T11:18:37Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Nukles](https://avatars.discourse-cdn.com/v4/letter/n/47e85d/32.png) [@Nukles](https://discuss.elastic.co/u/Nukles)
#### Post date: [June 12, 2015, 11:18am UTC](https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561/1 "2015-06-12T11:18:37Z")

</div>

Hi all, I've recently built elastic from scratch with maven. However once the build was completed, I didn't find the tar file, as expected, in target/releases but in core/target/releases. The plugins where build in the plugins directory.  
Is that normal?

I was wondering because there is indeed a target/release directory, but as mentioned, the files are created inside core/target/releases... is that normal? Thanks!

---

<div class="post-metadata">

### Author: ![nik9000](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nik9000/32/44947_2.png) [@nik9000](https://discuss.elastic.co/u/nik9000)
#### Post date: [June 12, 2015, 12:03pm UTC](https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561/2 "2015-06-12T12:03:17Z")

</div>

Sounds like you are using the master branch. Some folks have been doing  
some reorganizing there. I suspect the instructions are more right for the  
1.6 branch.

---

<div class="post-metadata">

### Author: ![colings86](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/colings86/32/44960_2.png) [@colings86](https://discuss.elastic.co/u/colings86)
#### Post date: [June 12, 2015, 12:15pm UTC](https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561/3 "2015-06-12T12:15:44Z")

</div>

For the master branch, core/target/releases is indeed the right place to find the tar file.

Was there some documentation you were looking at that pointed you to target/releases? If so, can you point me to it so I can get it updated?

---

<div class="post-metadata">

### Author: ![Nukles](https://avatars.discourse-cdn.com/v4/letter/n/47e85d/32.png) [@Nukles](https://discuss.elastic.co/u/Nukles)
#### Post date: [June 12, 2015, 12:40pm UTC](https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561/4 "2015-06-12T12:40:40Z")

</div>

Yes I did the Master.

The file README.textile, in section "Building from Source", tells to find the files inside that directory.

I initially followed this guide by the way.  
[http://pyes.readthedocs.org/en/latest/guide/appendix/building-from-source.html](http://pyes.readthedocs.org/en/latest/guide/appendix/building-from-source.html)

Thank you very much for your help!

---

<div class="post-metadata">

### Author: ![colings86](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/colings86/32/44960_2.png) [@colings86](https://discuss.elastic.co/u/colings86)
#### Post date: [June 12, 2015, 12:54pm UTC](https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561/5 "2015-06-12T12:54:33Z")

</div>

Thanks for pointing that out, I'll make sure it gets fixed.

By the way, the documentation on the [pyes.readthedocs.org](http://pyes.readthedocs.org) link looks quite out of date. I would look at [https://www.elastic.co/guide/index.html](https://www.elastic.co/guide/index.html) first for documentation as these are the docs build directly from the github project repositories.

---

<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: [July 6, 2017, 12:07am UTC](https://discuss.elastic.co/t/newbie-question-after-building-with-mvn-where-is-the-tar-created/2561/6 "2017-07-06T00:07:51Z")

</div>


