This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
from 5d1147d Upgrade from Maven 4.0.0-rc-4 to 4.0.0-rc-5 (#283)
new 00107cb Replace the `PathSelector` class by the implementation
provided by Maven core.
new 90ab0cf Replace the resolution of `targetPath` by the method now
available in Maven core.
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:
.../org/apache/maven/plugins/clean/CleanMojo.java | 33 +-
.../org/apache/maven/plugins/clean/Cleaner.java | 112 ++--
.../org/apache/maven/plugins/clean/Fileset.java | 53 +-
.../apache/maven/plugins/clean/PathSelector.java | 640 ---------------------
.../apache/maven/plugins/clean/CleanMojoTest.java | 66 ++-
.../apache/maven/plugins/clean/CleanerTest.java | 21 +-
6 files changed, 186 insertions(+), 739 deletions(-)
delete mode 100644
src/main/java/org/apache/maven/plugins/clean/PathSelector.java