You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works if I change <fromDir> to the explicit path string.
If I use <fromDir>${project.build.directory}</fromDir> in another POM it is reasonably not interpolated to a Resource object but to a simple path string:
[DEBUG] (f) fromDir = <project path>\target
and hence works there, too.
Is this a bug or a feature of ${project.build.testResources}? But, if it is a feature, what the f...heck is it for?
See https://stackoverflow.com/questions/53042572/directory-variable-interpolation-of-project-build-testresources-doesnt-work... which got deleted due to SE's deletion model recently so here it is to the full now:The text was updated successfully, but these errors were encountered: