Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-141

MavenCommandLineBuilder incorrectly adds system properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • maven-invoker-2.0.7, maven-invoker-2.0.8, maven-invoker-2.0.9, maven-invoker-2.0.10, maven-invoker-2.0.11
    • None
    • maven-invoker
    • None
    • Patch

    Description

      Class MavenCommandLineBuilder adds system properties with spaces.
      For example, given the following properties:

      {skipTests=true, listScmChanges=}

      MavenCommandLineBuilder generates the following command line:
      cmd.exe /X /C "C:\Programs\apache-maven-2.2.1\bin\mvn.bat -B -N -e -D skipTests=true -D listScmChanges="

      The correct form is without spaces: "-DskipTests=true -DlistScmChanges"

      Attachments

        1. MSHARED-141-maven-invoker.patch
          1 kB
          Andrei Solntsev

        Activity

          People

            rfscholte Robert Scholte
            asolntsev Andrei Solntsev
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: