Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun-joo-kim committed Mar 3, 2017
1 parent fe9c49e commit b553a63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/main/assemblies/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>com.googlecode.libphonenumber:libphonenumber</include>
<include>org.apache.commons:commons-lang3</include>
<include>org.apache.commons:commons-lang3</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>

8 changes: 5 additions & 3 deletions src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
plugin=org.elasticsearch.plugins.analysis.phone.PhonePlugin
classname=org.elasticsearch.plugins.analysis.phone.PhonePlugin
description=phone-plugin
name=phone-plugin
version=${project.version}
site=false
isolated=true
elasticsearch.version=${elasticsearch.version}
java.version=${project.build.sourceVersion}
site=false
jvm=true
isolated=true

0 comments on commit b553a63

Please sign in to comment.