mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Add attachment docs to README
Original commit: elastic/x-pack-elasticsearch@49cbc9c66a
This commit is contained in:
parent
dc2fcf22b0
commit
09b6e3cfdc
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user