[ https://issues.apache.org/jira/browse/SCM-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960999#comment-17960999 ]
ASF GitHub Bot commented on SCM-322: ------------------------------------ jira-importer opened a new issue, #539: URL: https://github.com/apache/maven-scm/issues/539 **[Alex Mayorga Adame](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alex_mayorga)** opened **[SCM-322](https://issues.apache.org/jira/browse/SCM-322?redirect=false)** and commented As of now the output is like this: ``` ... [INFO] [scm:update] [INFO] Executing: svn --non-interactive update [INFO] Working directory: C:\archiva [INFO] Storing revision in 'scm.revision' project property. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ ... ``` It would be nice to have something like this: ``` ... [INFO] [scm:update] [INFO] Executing: svn --non-interactive update [INFO] Working directory: C:\archiva [INFO] Project at revision XXXXXXX. [INFO] Storing revision in 'scm.revision' project property. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ ... ``` --- **Affects:** 1.0 > SCM plug-in should tell at what revision the source is when it finishes > ----------------------------------------------------------------------- > > Key: SCM-322 > URL: https://issues.apache.org/jira/browse/SCM-322 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Improvement > Components: maven-plugin > Affects Versions: 1.0 > Reporter: Alex Mayorga Adame > Assignee: Emmanuel Venisse > Priority: Trivial > Fix For: 1.1 > > > As of now the output is like this: > {noformat} > ... > [INFO] [scm:update] > [INFO] Executing: svn --non-interactive update > [INFO] Working directory: C:\archiva > [INFO] Storing revision in 'scm.revision' project property. > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > ... > {noformat} > It would be nice to have something like this: > {noformat} > ... > [INFO] [scm:update] > [INFO] Executing: svn --non-interactive update > [INFO] Working directory: C:\archiva > [INFO] Project at revision XXXXXXX. > [INFO] Storing revision in 'scm.revision' project property. > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > ... > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)