Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.6.1
-
None
-
None
-
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T13:57:37+02:00)
Maven home: /home/msiatkowski/.linuxbrew/Cellar/maven/3.3.3/libexec
Java version: 1.8.0_51, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-61-generic", arch: "amd64", family: "unix"
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T13:57:37+02:00) Maven home: /home/msiatkowski/.linuxbrew/Cellar/maven/3.3.3/libexec Java version: 1.8.0_51, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.13.0-61-generic", arch: "amd64", family: "unix"
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