}
try
{
FileUtils.fileWrite( file.getAbsolutePath(),
StringUtils.join( sourceFiles.iterator(), "\n" ) );
cmd.createArgument().setValue( '@' + file.getPath() );
}
catch ( IOException e )
{
throw new MojoExecutionException( "Unable to write temporary file for command execution", e );
}