Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I'm trying to use the <excludes> configuration to exclude some resources from the generated war. When i use only one exclude filter it works fine, but when i add another filter none works, eg:
<plugin> <artifactId>maven-war-plugin</artifactId> <configuration> <excludes>WEB-INF/lib/*,WEB-INF/temp/*</excludes> </configuration> </plugin>