mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Add plugin version in es-plugin.properties
With https://github.com/elasticsearch/elasticsearch/issues/2784, we can now add plugin version in `es-plugin.properties` file. It will only be used with elasticsearch 1.0.0 and upper. No need to push it in 1.x branch. Closes #22.
This commit is contained in:
parent
2de0ca1f1a
commit
eac5e1d7e7
6
pom.xml
6
pom.xml
@ -94,6 +94,12 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -1 +1,2 @@
|
||||
plugin=org.elasticsearch.plugin.analysis.icu.AnalysisICUPlugin
|
||||
version=${project.version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user