Add multicast plugin to help and qa

This commit is contained in:
Ryan Ernst 2015-08-20 22:04:17 -07:00
parent 2b1e4acafe
commit d0f5ce58d8
2 changed files with 9 additions and 0 deletions

View File

@ -47,6 +47,7 @@ OFFICIAL PLUGINS
- cloud-azure - cloud-azure
- cloud-gce - cloud-gce
- delete-by-query - delete-by-query
- discovery-multicast
- lang-javascript - lang-javascript
- lang-python - lang-python
- mapper-murmur3 - mapper-murmur3

View File

@ -312,6 +312,14 @@
<overWrite>true</overWrite> <overWrite>true</overWrite>
</artifactItem> </artifactItem>
<artifactItem>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>discovery-multicast</artifactId>
<version>${elasticsearch.version}</version>
<type>zip</type>
<overWrite>true</overWrite>
</artifactItem>
<artifactItem> <artifactItem>
<groupId>org.elasticsearch.plugin</groupId> <groupId>org.elasticsearch.plugin</groupId>
<artifactId>lang-python</artifactId> <artifactId>lang-python</artifactId>