[ http://jira.codehaus.org/browse/MWAR-50?page=all ]
Brett Porter updated MWAR-50:
-----------------------------
Fix Version: 2.0.1
> 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
> Fix For: 2.0.1
>
>
> 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