[
http://jira.codehaus.org/browse/SCM-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Mayorga Adame updated SCM-322:
-----------------------------------
Description:
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}
was:
It would be nice to have this feature.
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}
> 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
>
> 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