[ http://jira.codehaus.org/browse/MWAR-6?page=all ]

Maria Odea Ching moved MNG-1790 to MWAR-6:
------------------------------------------

      Version:     (was: 2.0.1)
    Component:     (was: maven-war-plugin)
     Workflow: jira  (was: Maven)
          Key: MWAR-6  (was: MNG-1790)
      Project: Maven 2.x War Plugin  (was: Maven 2)

> dependentWarExcludes and dependentWarIncludes do not support comma-separated 
> patterns
> -------------------------------------------------------------------------------------
>
>          Key: MWAR-6
>          URL: http://jira.codehaus.org/browse/MWAR-6
>      Project: Maven 2.x War Plugin
>         Type: Bug

>     Reporter: Eric Andresen
>  Attachments: maven-war-plugin-include-exclude-csv.diff
>
>
> With the dependentWar feature added by  MNG-1507, the <dependentWarIncludes> 
> amd <dependentWarExcludes> were defined as allowing comma-separated values. 
> This is however, not  true. Attached is a small patch to make this behave as 
> expected.
> The configuration being tested is:
>           <plugin>
>               <artifactId>maven-war-plugin</artifactId>
>               <configuration>
>                   
> <dependentWarExcludes>**/WEB-INF/classes/**,**/lib/*.jar</dependentWarExcludes>
>                   <!--<dependentWarIncludes>**</dependentWarIncludes>-->
>               </configuration>
>           </plugin>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to