// ensure that instrumentation config is set here, not via maven plugin api @required attribute, as this is
// not a required object from the pom configuration's point of view.
if ( instrumentation == null )
{
instrumentation = new ConfigInstrumentation();
}
/* ensure that the default includes is set */
if ( instrumentation.getIncludes().isEmpty() )
{