[ https://jira.codehaus.org/browse/MBUILDNUM-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Scholte moved MOJO-1599 to MBUILDNUM-84: ----------------------------------------------- Complexity: (was: Intermediate) Affects Version/s: (was: buildnumber-maven-plugin-1.0-beta-4) buildnumber-maven-plugin-1.0-beta-4 Key: MBUILDNUM-84 (was: MOJO-1599) Project: Mojo Build Number Maven Plugin (was: Mojo) > Improve Performance > ------------------- > > Key: MBUILDNUM-84 > URL: https://jira.codehaus.org/browse/MBUILDNUM-84 > Project: Mojo Build Number Maven Plugin > Issue Type: Improvement > Affects Versions: buildnumber-maven-plugin-1.0-beta-4 > Reporter: Dieter König > Priority: Minor > > Retrieving of svn revision and svn branch type is done with same svn command > which is invoked twice. > [INFO] [buildnumber:create {execution: retrieve-svn-revision}] > [INFO] Checking for local modifications: skipped. > [INFO] Updating project files from SCM: skipped. > [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" > [INFO] Working directory: E:\eclipse_ws\myproject > [INFO] Storing buildNumber: 38351 at timestamp: 1290003225508 > [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" > [INFO] Working directory: E:\eclipse_ws\myproject > [INFO] Storing buildScmBranch: trunk > This "[INFO] Executing: cmd.exe /X /C "svn --non-interactive info" should > only happen once because this part of plugin execution is critical for > performance and svn-connection problems. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email