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:
parent
c65db1a008
commit
da6589969b
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue