Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0-beta-4
-
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.