Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 82fd336

Browse files
author
saku
committed
Fix some errors when installing the plugin
1 parent 252adf3 commit 82fd336

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/main/assemblies/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
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>

src/main/resources/plugin-descriptor.properties

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ version=${project.version}
88
#
99
# 'name': the plugin name
1010
name=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.
2213
classname=org.elasticsearch.plugin.analysis.combo.AnalysisComboPlugin
2314
#

0 commit comments

Comments
 (0)