This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch maven-filtering-3.x
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
from 6c668ca Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#332)
new 306db11 Add regression test for filtering with overlapping <resource>
entries
new 6d84663 Restore "first <resource> entry wins" for overlapping
declarations
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../filtering/DefaultMavenResourcesFiltering.java | 23 ++++
.../DefaultMavenResourcesFilteringTest.java | 46 +++++++
.../OverlappingResourcesFilteringTest.java | 148 +++++++++++++++++++++
src/test/units-files/MRP-471/config/filtered.xml | 4 +
src/test/units-files/MRP-471/static/keep-as-is.txt | 1 +
5 files changed, 222 insertions(+)
create mode 100644
src/test/java/org/apache/maven/shared/filtering/OverlappingResourcesFilteringTest.java
create mode 100644 src/test/units-files/MRP-471/config/filtered.xml
create mode 100644 src/test/units-files/MRP-471/static/keep-as-is.txt