efegokdemir opened a new pull request, #520: URL: https://github.com/apache/maven-resources-plugin/pull/520
## Summary Avoid invoking the resource filtering component when the project has no resources configured. This prevents the misleading `Copying 0 resource` log entry described in #311 while preserving normal filtering for configured resources. An integration fixture covers the empty-resource configuration and asserts that the zero-resource message is absent. Fixes #311 ## Testing - `mvn -Dspotless.skip=true -DskipTests=false test` — passed (24 tests) - Checkstyle, RAT, and `git diff --check` — passed - `mvn -Prun-its -Dinvoker.test=empty-resources -Dspotless.skip=true -DskipTests=false verify` — blocked locally because Maven 3.9.16 does not satisfy this branch’s Maven 4.0.0-rc-6 prerequisite Spotless was skipped because the repository formatter is not available for the local toolchain. -- 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]
