Add attachment docs to README

Original commit: elastic/x-pack-elasticsearch@49cbc9c66a
This commit is contained in:
Ryan Ernst 2015-11-04 11:19:13 -08:00
parent dc2fcf22b0
commit 09b6e3cfdc

View File

@ -6,3 +6,13 @@ A set of Elastic's commercial plugins:
- Shield
- Watcher
- Marvel
= Testing with Elasticsearch
Sometimes it is useful to use your local elasticsearch checkout with x-plugins. To do this, run the following commands:
cd buildSrc
gradle attach --name elasticsearch --path /path/to/elasticsearch/buildSrc
cd ..
gradle attach --name elasticsearch --path /path/to/elasticsearch
This will cause building x-plugins to reflect any changes in your elasticsearch repo. For example, if you make a change to elasticsearch core, building x-plugins will first re-build elasticsearch core, and use that when building x-plugins.