[ http://jira.codehaus.org/browse/MDEP-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergei Ivanov updated MDEP-260: ------------------------------- Attachment: file_separator.patch A fix for correct regexp escaping > <fileSeparator>\</fileSeparator> causes an exception > ---------------------------------------------------- > > Key: MDEP-260 > URL: http://jira.codehaus.org/browse/MDEP-260 > Project: Maven 2.x Dependency Plugin > Issue Type: Bug > Components: build-classpath > Affects Versions: 2.1 > Reporter: Sergei Ivanov > Assignee: Brian Fox > Attachments: file_separator.patch > > > If I specify the following property in the plugin configuration: > <fileSeparator>\</fileSeparator> > then the plugin crashes with an exception because a regex parser fails > internally. > It appears that the property needs to be escaped like this: > <fileSeparator>\\</fileSeparator> > The plugin should take care of escaping the property itself. -- 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