From 82fd336b8d655711a7a2b53cc52473b58395d23f Mon Sep 17 00:00:00 2001 From: saku Date: Tue, 15 Jan 2019 12:21:03 +0100 Subject: [PATCH] Fix some errors when installing the plugin --- src/main/assemblies/plugin.xml | 4 ++-- src/main/resources/plugin-descriptor.properties | 11 +---------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/main/assemblies/plugin.xml b/src/main/assemblies/plugin.xml index d42198f..7886091 100644 --- a/src/main/assemblies/plugin.xml +++ b/src/main/assemblies/plugin.xml @@ -8,13 +8,13 @@ src/main/resources/plugin-descriptor.properties - elasticsearch + / true - elasticsearch + / true true diff --git a/src/main/resources/plugin-descriptor.properties b/src/main/resources/plugin-descriptor.properties index 095ad50..dd02fc5 100644 --- a/src/main/resources/plugin-descriptor.properties +++ b/src/main/resources/plugin-descriptor.properties @@ -8,16 +8,7 @@ version=${project.version} # # 'name': the plugin name name=analysis-combo - -### mandatory elements for jvm plugins : -# -# 'jvm': true if the 'classname' class should be loaded -# from jar files in the root directory of the plugin. -# Note that only jar files in the root directory are -# added to the classpath for the plugin! If you need -# other resources, package them into a resources jar. -jvm=true -# + # 'classname': the name of the class to load, fully-qualified. classname=org.elasticsearch.plugin.analysis.combo.AnalysisComboPlugin #