Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.5.3
-
None
-
None
-
Important
Description
The wiki's documentation says the following about staging a release:
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.
Found in usage on the bottom under staging a release
However everytime I use mvn release:stage the last thing showing up on my commandline is
[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] ------------------------------------------------------------------------
Thx