Can't exclude more than one resource from war
---------------------------------------------
Key: MWAR-50
URL: http://jira.codehaus.org/browse/MWAR-50
Project: Maven 2.x War Plugin
Type: Bug
Reporter: Hugo Palma
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:
{code:xml}
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<excludes>WEB-INF/lib/*,WEB-INF/temp/*</excludes>
</configuration>
</plugin>
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira