From d0f5ce58d82a7e02078f3b50f00bb31c812c1633 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Thu, 20 Aug 2015 22:04:17 -0700 Subject: [PATCH] Add multicast plugin to help and qa --- .../org/elasticsearch/plugins/plugin-install.help | 1 + qa/smoke-test-plugins/pom.xml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help b/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help index e09c1bdfaf7..73757794508 100644 --- a/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help +++ b/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help @@ -47,6 +47,7 @@ OFFICIAL PLUGINS - cloud-azure - cloud-gce - delete-by-query + - discovery-multicast - lang-javascript - lang-python - mapper-murmur3 diff --git a/qa/smoke-test-plugins/pom.xml b/qa/smoke-test-plugins/pom.xml index 9714885b5e6..beae9ebedfc 100644 --- a/qa/smoke-test-plugins/pom.xml +++ b/qa/smoke-test-plugins/pom.xml @@ -312,6 +312,14 @@ true + + org.elasticsearch.plugin + discovery-multicast + ${elasticsearch.version} + zip + true + + org.elasticsearch.plugin lang-python