[
https://issues.apache.org/jira/browse/SCM-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961000#comment-17961000
]
ASF GitHub Bot commented on SCM-322:
------------------------------------
jira-importer commented on issue #539:
URL: https://github.com/apache/maven-scm/issues/539#issuecomment-2964601644
**[Emmanuel
Venisse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=evenisse)**
commented
Done.
> 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)