protected Object executeInternal() throws AbstractMojoExecutionException {
if (null == optionSettings) {
optionSettings = super.introspectOptionSettings();
}
UpdateEnvironmentContext context = UpdateEnvironmentContextBuilder
.updateEnvironmentContext()
.withEnvironmentId(curEnv.getEnvironmentId())//
.withEnvironmentDescription(environmentDescription)//
.withEnvironmentName(curEnv.getEnvironmentName())//
.withOptionSettings(optionSettings)//