Uploaded image for project: 'Maven Dependency Plugin'
  1. Maven Dependency Plugin
  2. MDEP-260

<fileSeparator>\</fileSeparator> causes an exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.2
    • build-classpath
    • None

    Description

      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.

      Attachments

        1. file_separator.patch
          1 kB
          Sergei Ivanov

        Activity

          People

            brianf Brian E Fox
            sergei_ivanov@mail.ru Sergei S. Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: