mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
[Stable plugin api] Drop api suffix in package names (#92905)
Refactoring that drops the api suffix from package name This will have to be followed up by a plugins/examples fix in imports Also set an artifact group name to `org.elasticsearch.plugin` in the plugin-api and plugin-analysis-api
This commit is contained in:
parent
4573c5641e
commit
2cdaabe783
47 changed files with 165 additions and 176 deletions
|
@ -6,7 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
module org.elasticsearch.plugin.api {
|
||||
exports org.elasticsearch.plugin.api;
|
||||
exports org.elasticsearch.plugin.api.settings;
|
||||
module org.elasticsearch.plugin {
|
||||
exports org.elasticsearch.plugin;
|
||||
exports org.elasticsearch.plugin.settings;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue