[ 
http://jira.codehaus.org/browse/MDEP-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=192054#action_192054
 ] 

Kenneth Flynn commented on MDEP-87:
-----------------------------------

Actually I think there is actually a bug here.  This works:

A,B,C,D

but this does not:

A, B, C, D

It looks like the values after the split are not being String.trim()'ed.  Users 
are likely to include the spaces since comma delimited normally does not count 
those internal spaces.

I can file a new ticket for this if this isn't the best place for it.  

I found this on excludeArtifactIds in particular.

> Include/ExcludeGroupIds only work for one item
> ----------------------------------------------
>
>                 Key: MDEP-87
>                 URL: http://jira.codehaus.org/browse/MDEP-87
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>            Reporter: Jörg Hohwiller
>            Assignee: Brian Fox
>
> From your description excludeGroupIds and some other parameters are supposed 
> to work as comma separated list:
> http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html#excludeGroupIds
> This does NOT work though I would need this feature. I digged in the code and 
> could not find any tokenization of these String parameters.
> Neigther in the AbstractDependency*Mojo nor in the Filters.
> To me it seems that the feature is only specified but not implemented.
> Is there a workaround for this?

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