Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate built in plugins to their own repos #1520

Closed
kimchy opened this issue Dec 5, 2011 · 1 comment
Closed

Migrate built in plugins to their own repos #1520

kimchy opened this issue Dec 5, 2011 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Dec 5, 2011

Move the built in plugins to their own repos. For example, mapper-attachments moved to https://github.com/elasticsearch/elasticsearch-mapper-attachments. This also means new installation path, for mapper-attachments, the installation is: bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.0.0.

All plugins will start with version 1.0.0, and have compatibility matrix between the plugin version and the elasticsearch version supported. All plugins will work with 0.18.5 and are recommended to be installed from their new repos compared to using the shorthand notion.

This move will help both with more samples to how to build external plugins, and simplify the elasticsearch project. Note, all the plugins are using maven as the build file to simplify people using it.

@dadoonet
Copy link
Member

dadoonet commented Dec 5, 2011

Great news !
Will contribute there now...

@kimchy kimchy closed this as completed in 473b0f4 Dec 5, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants