File outputFile;
@Override
protected Object executeInternal() throws MojoExecutionException,
MojoFailureException {
DescribeApplicationsRequest req = new DescribeApplicationsRequest()
.withApplicationNames(applicationName);
boolean bConfigurationTemplateDefined = StringUtils
.isNotBlank(configurationTemplate);
DescribeApplicationsResult apps = getService().describeApplications(req);