open-korean-text / elasticsearch-analysis-openkoreantext

Korean analysis plugin that integrates open-korean-text module into elasticsearch.
Apache License 2.0
126 stars 22 forks source link

Publish Plugin to Maven Repository #4

Closed jaemoore closed 7 years ago

jaemoore commented 7 years ago

Currently it's extremely difficult to include the plugin in a maven project.

Would you be able to publish this to maven repository in addition to github?

Currently we include other plugins published on maven in our project through this format:

open-korean-text:elasticssearch-analysis-openkoreantext:${elasticsearch.version}.2

Which bin/elasticsearch-plugin install will look at maven for.

hohyon-ryu commented 7 years ago

@keepcosmos Can you register and publish this in the public maven repository?

keepcosmos commented 7 years ago

@jaemoore @nlpenguin Sure, I will

keepcosmos commented 7 years ago

@jaemoore Thanks for waiting, Check https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elasticsearch-analysis-openkoreantext%22

jaemoore commented 7 years ago

@keepcosmos Thanks!