[ http://jira.codehaus.org/browse/SCM-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emmanuel Venisse updated SCM-322: --------------------------------- Fix Version/s: 1.1 > SCM plug-in should tell at what revision the source is when it finishes > ----------------------------------------------------------------------- > > Key: SCM-322 > URL: http://jira.codehaus.org/browse/SCM-322 > Project: Maven SCM > Issue Type: Improvement > Components: maven-plugin > Affects Versions: 1.0 > Reporter: Alex Mayorga Adame > 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 is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira