elharo opened a new issue, #357:
URL: https://github.com/apache/maven-filtering/issues/357
In `src/main/java/org/apache/maven/shared/filtering/BaseFilter.java`, line
192:
```
if (filterFile == null || filterFile.trim().isEmpty()) {
// skip empty file name
continue;
}
```
Null or empty entries in the filters list are silently skipped. If a caller
accidentally includes an empty string in their filter list (e.g., from a
malformed POM), no warning or error is logged. The problem is silently masked.
--
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]