export(new URL(serverURI), serverPort, publicationPath,
getParameters().getParameter(PublishingEnvironment.PARAMETER_EXPORT_PATH), uris,
getParameters().getParameter(PublishingEnvironment.PARAMETER_SUBSTITUTE_REGEXP),
getParameters().getParameter(PublishingEnvironment.PARAMETER_SUBSTITUTE_REPLACEMENT));
} catch (Exception e) {
throw new ExecutionException(e);
}
}