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 8
8
<files >
9
9
<file >
10
10
<source >src/main/resources/plugin-descriptor.properties</source >
11
- <outputDirectory >elasticsearch </outputDirectory >
11
+ <outputDirectory >/ </outputDirectory >
12
12
<filtered >true</filtered >
13
13
</file >
14
14
</files >
15
15
<dependencySets >
16
16
<dependencySet >
17
- <outputDirectory >elasticsearch </outputDirectory >
17
+ <outputDirectory >/ </outputDirectory >
18
18
<useProjectArtifact >true</useProjectArtifact >
19
19
<useTransitiveFiltering >true</useTransitiveFiltering >
20
20
<excludes >
Original file line number Diff line number Diff line change @@ -8,16 +8,7 @@ version=${project.version}
8
8
#
9
9
# 'name': the plugin name
10
10
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
+
21
12
# 'classname': the name of the class to load, fully-qualified.
22
13
classname =org.elasticsearch.plugin.analysis.combo.AnalysisComboPlugin
23
14
#
You can’t perform that action at this time.
0 commit comments