catch ( IOException e )
{
throw new ArchiverException( "Failed to read filesystem attributes for: " + file, e );
}
final PlexusIoFileResource res = PlexusIoFileResource.existingFile( file, attrs );
return new ArchiveEntry( target, res, FILE, permissions );
}