[ http://jira.codehaus.org/browse/MWAR-6?page=all ]
Stephane Nicoll closed MWAR-6:
------------------------------
Resolution: Duplicate
Fix Version: 2.0
This is fixed using the patch in MEAR-3 which fixes all parameters.
Thanks.
> 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
> Assignee: Stephane Nicoll
> Fix For: 2.0
> 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]