Closed
Description
There is an regression in Plexus IO 3.3.0. Or braking change, depending on the view point. Either way, previously symbolic links to directories were recognized as directories. PlexusIoResource#isFile
used to return true
, now it return false
. The change seems to related to the speed improvement done in #33