I'm trying to fail the maven build when certain files are present anywhere in build path.
Looking at enforcer plugin: requireFilesDontExist. But we need to know absolute file path for it to work.
How to use it (or create new) when i have only file names and it can be anywhere in build path?