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


 discard b5b7cb0  Try to port MCLEAN-93: Windows NTFS junctions support.
    omit 26a0ca6  Remove the last dependency to Plexus by copying the content 
of the `DEFAULTEXCLUDES`  array.
    omit 9085e2b  Remove the dependency to Plexus, replaced by more reliance on 
`java.nio`. This commit contains the following work items:

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (39b9ee1)
            \
             O -- O -- O   (b5b7cb0)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   5 +
 .../org/apache/maven/plugins/clean/CleanMojo.java  |  33 +-
 .../org/apache/maven/plugins/clean/Cleaner.java    | 490 +++++++++------------
 .../org/apache/maven/plugins/clean/Fileset.java    |  61 +--
 .../apache/maven/plugins/clean/GlobSelector.java   | 122 +++++
 .../org/apache/maven/plugins/clean/Selector.java   | 397 +----------------
 .../apache/maven/plugins/clean/CleanMojoTest.java  |  16 +-
 .../apache/maven/plugins/clean/CleanerTest.java    |  43 +-
 8 files changed, 419 insertions(+), 748 deletions(-)
 create mode 100644 
src/main/java/org/apache/maven/plugins/clean/GlobSelector.java

Reply via email to