Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit de79368

Browse files
committed
Add plugin version in es-plugin.properties
With elastic/elasticsearch#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.
1 parent 382fcaf commit de79368

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@
105105
</dependencies>
106106

107107
<build>
108+
<resources>
109+
<resource>
110+
<directory>src/main/resources</directory>
111+
<filtering>true</filtering>
112+
<includes>
113+
<include>**/*.properties</include>
114+
</includes>
115+
</resource>
116+
</resources>
108117
<plugins>
109118
<plugin>
110119
<groupId>org.apache.maven.plugins</groupId>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
plugin=org.elasticsearch.plugin.transport.memcached.MemcachedTransportPlugin
2+
version=${project.version}

0 commit comments

Comments
 (0)