elastic / elasticsearch-parent

Elasticsearch Parent POM
Apache License 2.0
3 stars 10 forks source link

[Doc] Add snapshot repositories #2

Closed dadoonet closed 9 years ago

dadoonet commented 9 years ago

We need to document that when building a SNAPSHOT project, this project needs to have an access to the SONATYPE SNAPSHOT repository in addition to Maven Central.

This could be done by adding snapshot repo within ~/.m2/settings.xml file or in each project pom.xml.

Reading this Sonatype blog post, I think we should add it in pom.xml as it's more convenient and as sonatype snapshot repo URL will still there in the future.

This issue is a reminder to add this information as part of this project README.