Uploaded image for project: 'Maven Clean Plugin'
  1. Maven Clean Plugin
  2. MCLEAN-64

Multiple filesets for removing directories

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.6.1
    • None
    • None

    Description

      If you configure the plugin in the way shown below:

      <configuration>
          <filesets>
              <fileset>
                  <directory>node</directory>
              </fileset>
              <fileset>
                  <directory>node_modules</directory>
              </fileset>
              <fileset>
                  <directory>src/main/webapp/bower_components</directory>
              </fileset>
          </filesets>
      </configuration>
      

      The 2nd fileset always contains

      <includes>
          <include>.bindings</include>
      </includes>
      

      even when not specified.

      The issue is described here:
      http://stackoverflow.com/questions/32329141/maven-clean-plugin-is-not-removing-all-given-directories/32330215#32330215

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            atais MichaƂ
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: