plugins, repo, this, connection);
} else {
PluginListType pluginsToInstall = command.getInstallList(plugins, this, repo);
if (pluginsToInstall != null) {
command.installPlugins((GeronimoDeploymentManager) connection.getDeploymentManager(),
pluginsToInstall, repo, this, connection);
}
}
}