Add multicast plugin to help and qa
This commit is contained in:
parent
2b1e4acafe
commit
d0f5ce58d8
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue