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:
Alexander Reelsen 2016-03-21 18:51:17 +01:00
parent 4ac4f3c8bc
commit bf98a4455b
1 changed files with 2 additions and 1 deletions

View File

@ -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;