lookupMojo( "instrument", PlexusTestCase.getBasedir() + "/src/test/plugin-configs/" +
"instrument-instrumentation-plugin-config.xml" );
setVariableValueToObject( mojo, "pluginClasspathList", getPluginClasspath() );
Log log = new SystemStreamLog()
{
public boolean isDebugEnabled()
{
return true;
}