Add description elements to pom.xml's for plugins, it goes in their metadata file

Original commit: elastic/x-pack-elasticsearch@753f7a67f4
This commit is contained in:
Robert Muir 2015-07-22 21:57:30 -04:00
parent 3d74a68e00
commit 4b5faf00ac
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-marvel</artifactId>
<name>Elasticsearch X-Plugins - Marvel</name>
<description>Elasticsearch Marvel</description>
<parent>
<groupId>org.elasticsearch.plugin</groupId>

View File

@ -8,6 +8,7 @@
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-shield</artifactId>
<name>Elasticsearch X-Plugins - Shield</name>
<description>Elasticsearch Shield (security)</description>
<parent>
<groupId>org.elasticsearch.plugin</groupId>

View File

@ -8,6 +8,7 @@
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-watcher</artifactId>
<name>Elasticsearch X-Plugins - Watcher</name>
<description>Elasticsearch Watcher</description>
<parent>
<groupId>org.elasticsearch.plugin</groupId>