Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-62

Excludes are ignored for deletion if followSymlinks=false

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • file-management-1.2
    • file-management-1.2.1
    • file-management
    • None

    Description

      For a file set like

      <fileset>
        <excludes>
          <exclude>*excluded*</exclude>
        </excludes>
        <includes>
          <include>**</include>
        </includes>
        <followSymlinks>false</followSymlinks>
      </fileset>
      

      the excludes are effectively ignored by FileSetManager.delete() due to a typo.

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              bentmann Benjamin Bentmann
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: