You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/11/24 18:54:06 UTC

[jira] Reopened: (MPSIMIAN-11) Includes/excludes pattern does not support multiple patterns

     [ http://jira.codehaus.org/browse/MPSIMIAN-11?page=all ]
     
Lukas Theussl reopened MPSIMIAN-11:
-----------------------------------

     Assign To: Lukas Theussl  (was: David Eric Pugh)

> Includes/excludes pattern does not support multiple patterns
> ------------------------------------------------------------
>
>          Key: MPSIMIAN-11
>          URL: http://jira.codehaus.org/browse/MPSIMIAN-11
>      Project: maven-simian-plugin
>         Type: Bug
>  Environment: maven 1.0 maven-simian-plugin 1.4
>     Reporter: Thomas Recloux
>     Assignee: Lukas Theussl
>  Attachments: plugin.jelly
>
> Original Estimate: 10 minutes
>         Remaining: 10 minutes
>
> The maven simian plugin seems to ignore includes/excludes pattern when they specify multiple patterns, this is because of the <ant:fileset> definition which is wrong.
> it is :
> <ant:fileset dir="${pom.build.sourceDirectory}">
>     <ant:include name="${maven.simian.includes}"/>
>     <ant:exclude name="${maven.simian.excludes}"/>
> and shhould be :
> <ant:fileset dir="${pom.build.sourceDirectory}" 
>              excludes="${maven.simian.excludes}" 
>              includes="${maven.simian.includes}" >
> Il will update the issue with the plugin.jelly file updated.
> Thanks, Thomas

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org