Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-322

SCM plug-in should tell at what revision the source is when it finishes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.0
    • 1.1
    • maven-plugin
    • None

    Description

      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] ------------------------------------------------------------------------
      ...
      

      Attachments

        Activity

          People

            evenisse Emmanuel Venisse
            alex_mayorga Alex Mayorga Adame
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: