Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-133

Language settings affect proper check-in for Subversion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0-beta-4
    • 2.0-beta-6
    • scm
    • None

    Description

      The plugin seems to parse the returned lines of the svn command when checking in the tagged version:

      ...
      [INFO] Checking in modified POMs...
      [INFO] Executing: svn --non-interactive commit --file c:\DOKUME~1\jos\LOKALE~1\Temp\maven-scm-54899999.commit C:/Work/standard/master-pom/pom.xml
      [INFO] Working directory: C:\Work\standard\master-pom
      [INFO] Unknown line: 'Sende          pom.xml'
      [INFO] Unknown line: 'šbertrage Daten .'
      [INFO] Unknown line: 'Revision 1140 ?bertragen.'
      [INFO] Tagging release with the label v_4...
      [INFO] Executing: svn --non-interactive copy --file c:\DOKUME~1\jos\LOKALE~1\Temp\maven-scm-2091412033.commit . http://websvn/svn/essvn/development/buildsystem/maven-2/master-pom/tags/v_4
      [INFO] Working directory: C:\Work\standard\master-pom
      [INFO] Transforming 'Elsag Master Project'...
      [INFO] Removing release POMs...
      [INFO] Checking in modified POMs...
      [INFO] Executing: svn --non-interactive commit --file c:\DOKUME~1\jos\LOKALE~1\Temp\maven-scm-1116553554.commit C:/Work/standard/master-pom/pom.xml
      [INFO] Working directory: C:\Work\standard\master-pom
      [INFO] Unknown line: 'Sende          pom.xml'
      [INFO] Unknown line: 'šbertrage Daten .'
      [INFO] Unknown line: 'Revision 1142 ?bertragen.'
      [INFO] Release preparation complete.
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESSFUL
      ...
      

      Starting the plugin with

      LANG=C mvn release:prepare
      

      does not produce this Unknown line messages. The plugin should invoke the svn command with an English locale.

      Attachments

        Activity

          People

            evenisse Emmanuel Venisse
            joehni Joerg Schaible
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: