PluginManager: Add xpack as official plugin
In order to be able to install `xpack` as a plugin and unless this works for cross product packs, this adds xpack as an official plugin.
This commit is contained in:
parent
4ac4f3c8bc
commit
bf98a4455b
|
@ -127,7 +127,8 @@ class InstallPluginCommand extends Command {
|
||||||
"repository-azure",
|
"repository-azure",
|
||||||
"repository-hdfs",
|
"repository-hdfs",
|
||||||
"repository-s3",
|
"repository-s3",
|
||||||
"store-smb")));
|
"store-smb",
|
||||||
|
"xpack")));
|
||||||
|
|
||||||
private final Environment env;
|
private final Environment env;
|
||||||
private final OptionSpec<Void> batchOption;
|
private final OptionSpec<Void> batchOption;
|
||||||
|
|
Loading…
Reference in New Issue