gnodet opened a new pull request, #12312:
URL: https://github.com/apache/maven/pull/12312
Cherry-pick of #12307 from `maven-4.0.x` to `master`.
Fixes `Path.of(".").normalize()` returning an empty path, which causes
`NoSuchFileException` when Maven tries to copy resources with `targetPath="."`.
The fix normalizes `targetPath` in `DefaultSourceRoot` so "." becomes absent
(`null`) and "`./subdir`" becomes "`subdir`".
Fixes #12306
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]