Following #20, some tests fail when [symlinks resources](https://github.com/codehaus-plexus/plexus-utils/tree/master/src/test/resources/symlinks/src) are not preserved during `git clone` : ``` DirectoryScannerTest.testFollowSymlinks:186 null DirectoryScannerTest.testFollowSymlinksFalse:155 expected:<9> but was:<11> ``` In this case, the [core.symlinks](https://github.com/git-for-windows/git/wiki/Symbolic-Links) option should be used: ``` git clone -c core.symlinks=true https://github.com/codehaus-plexus/plexus-utils.git ```