Mapper attachments plugin name is incorrect

It used to be `mapper-attachements` but it's now `elasticsearch-mapper-attachments`.
We need to change it to `mapper-attachements`.

Closes #183.
This commit is contained in:
David Pilato 2015-11-06 11:18:39 +01:00
parent c65db1a008
commit da6589969b
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<properties>
<elasticsearch.version>2.1.0-SNAPSHOT</elasticsearch.version>
<elasticsearch.plugin.name>mapper-attachments</elasticsearch.plugin.name>
<elasticsearch.plugin.classname>org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin</elasticsearch.plugin.classname>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<tests.rest.suite>mapper_attachments</tests.rest.suite>