*/
void runReactor( String[] reactorIncludes, List goalList, Invoker invoker, boolean printOnly, Log log )
throws InvokerExecutionException
{
InvocationRequest request = new DefaultInvocationRequest();
request.activateReactor( reactorIncludes, null/* excludes */);
request.setGoals( goalList );
request.setRecursive( false );
try
{
log.info( "Executing: " + new MavenCommandLineBuilder().build( request ) );