You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ben Maes (JIRA)" <ji...@apache.org> on 2018/01/31 13:50:00 UTC

[jira] [Created] (MRELEASE-996) Staging a release cleans up

Ben Maes created MRELEASE-996:
---------------------------------

             Summary: Staging a release cleans up
                 Key: MRELEASE-996
                 URL: https://issues.apache.org/jira/browse/MRELEASE-996
             Project: Maven Release Plugin
          Issue Type: Bug
          Components: stage
    Affects Versions: 2.5.3
            Reporter: Ben Maes


The wiki's documentation says the following about staging a release:

{quote}
After the release is complete, the release.properties and other release files will NOT be removed, so that you can still execute a release:rollback if some error has been detected and a new candidate must be created after some fixes. You just need to use a distinct tag in SCM, or rename the one that has been created if the SCM provider supports renaming tags.
{quote}

However everytime I use mvn release:stage the last thing showing up on my commandline is
{quote}
[INFO] Uploaded: http://devserver:8081/nexus/content/repositories/release_candidates/be/pensionarchitects/aatest/1.3.8/aatest-1.3.8-javadoc.jar (66 KB at 420.2 KB/sec)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 7.225 s
[INFO] [INFO] Finished at: 2018-01-31T14:15:21+01:00
[INFO] [INFO] Final Memory: 25M/310M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.333 s
[INFO] Finished at: 2018-01-31T14:15:21+01:00
[INFO] Final Memory: 17M/310M
[INFO] ------------------------------------------------------------------------
{quote}

Thx



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)