Skip to content

Commit

Permalink
Merge pull request #15 from perbergland-meltwater/master
Browse files Browse the repository at this point in the history
Fixing issue #14 by adding a version property and Maven resource filtering to set it
  • Loading branch information
ofavre committed May 6, 2014
2 parents 4649e03 + 2d948fd commit 1b93530
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@
</configuration>
</plugin>
</plugins>

<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>

<reporting>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/es-plugin.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
plugin=org.elasticsearch.plugin.analysis.combo.AnalysisComboPlugin
version=${version}

0 comments on commit 1b93530

Please sign in to comment.