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

Commit

Permalink
Fix some errors when installing the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
saku committed Jan 15, 2019
1 parent 252adf3 commit 82fd336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/main/assemblies/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<files>
<file>
<source>src/main/resources/plugin-descriptor.properties</source>
<outputDirectory>elasticsearch</outputDirectory>
<outputDirectory>/</outputDirectory>
<filtered>true</filtered>
</file>
</files>
<dependencySets>
<dependencySet>
<outputDirectory>elasticsearch</outputDirectory>
<outputDirectory>/</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
<useTransitiveFiltering>true</useTransitiveFiltering>
<excludes>
Expand Down
11 changes: 1 addition & 10 deletions src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 82fd336

Please sign in to comment.