{
if (Strings.areEqual(cfgExecElmtsRefMap.get(e.getName()), e.toString()))
{
// Remove the execution configuration element as dominant and recessive have the same
// element
pluginExecutionMergedCfg.removeConfigurationElement(e.getName());
}
}
}
if (!pluginExecutionMergedCfg.hasConfigurationElements())
{