[ http://jira.codehaus.org/browse/MWAR-50?page=all ]
     
Hugo Palma closed MWAR-50:
--------------------------

     Resolution: Fixed
    Fix Version:     (was: 2.0.1)
                 2.0

Ok, i added <version>2.0</version> to get the 2.0 version and the problem is 
solved.

Thanks for the tip.

> 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
>     Assignee: Stephane Nicoll
>      Fix For: 2.0

>
>
> 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

Reply via email to