protected void executeCommandLineInBackground( Executor exec, final CommandLine commandLine, Map enviro,
OutputStream out, OutputStream err )
throws ExecuteException, IOException, MojoExecutionException
{
ExecuteResultHandler resultHandler = new ExecuteResultHandler( )
{
public void onProcessComplete( int resultCode )
{
if ( isResultCodeAFailure( resultCode ) )
{