elasticsearch/libs/plugin-api
Przemyslaw Gomulka ed83f9cc86
Refactor plugin scanning into lib (#92437)
new stable plugins require generated named_components.json file which contains all analysis components implemented by this plugin. The generation is currently done in build-tools by elasticsearch.stable-esplugin
However this makes the generation only available for plugins using gradle. Plugin developers using maven or other building tooling will not be able to use it.

This commits refactors the scanning logic into libs:plugin-scanner which will allow for plugin install command to perform the scanning too.

relates #88980
2023-01-09 15:25:54 +01:00
..
src/main/java Refactor plugin scanning into lib (#92437) 2023-01-09 15:25:54 +01:00
build.gradle Stable Plugin API modules and analysis interfaces (#88775) 2022-08-30 11:04:39 +02:00