This repository was archived by the owner on Oct 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 88 <files >
99 <file >
1010 <source >src/main/resources/plugin-descriptor.properties</source >
11- <outputDirectory >elasticsearch </outputDirectory >
11+ <outputDirectory >/ </outputDirectory >
1212 <filtered >true</filtered >
1313 </file >
1414 </files >
1515 <dependencySets >
1616 <dependencySet >
17- <outputDirectory >elasticsearch </outputDirectory >
17+ <outputDirectory >/ </outputDirectory >
1818 <useProjectArtifact >true</useProjectArtifact >
1919 <useTransitiveFiltering >true</useTransitiveFiltering >
2020 <excludes >
Original file line number Diff line number Diff line change @@ -8,16 +8,7 @@ version=${project.version}
88#
99# 'name': the plugin name
1010name =analysis-combo
11-
12- # ## mandatory elements for jvm plugins :
13- #
14- # 'jvm': true if the 'classname' class should be loaded
15- # from jar files in the root directory of the plugin.
16- # Note that only jar files in the root directory are
17- # added to the classpath for the plugin! If you need
18- # other resources, package them into a resources jar.
19- jvm =true
20- #
11+
2112# 'classname': the name of the class to load, fully-qualified.
2213classname =org.elasticsearch.plugin.analysis.combo.AnalysisComboPlugin
2314#
You can’t perform that action at this time.
0 commit comments