includeArtifactIds fails to handle internal spaces
--------------------------------------------------

                 Key: MDEP-235
                 URL: http://jira.codehaus.org/browse/MDEP-235
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
          Components: copy-dependencies
    Affects Versions: 2.1, 2.0
            Reporter: Kenneth Flynn
            Assignee: Brian Fox


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.

It's likely that this affects the other similar arguments, although I haven't 
confirmed that.

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