dependentWarExcludes and dependentWarIncludes do not support comma-separated 
patterns
-------------------------------------------------------------------------------------

         Key: MNG-1790
         URL: http://jira.codehaus.org/browse/MNG-1790
     Project: Maven 2
        Type: Bug

  Components: maven-war-plugin  
    Versions: 2.0.1    
    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