[
https://issues.apache.org/jira/browse/MRELEASE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Maes updated MRELEASE-996:
------------------------------
Description:
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}
Found in
[usage|http://maven.apache.org/maven-release/maven-release-plugin/usage.html]
on the bottom under staging a release
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
was:
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
> 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
> Priority: Major
>
> 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}
> Found in
> [usage|http://maven.apache.org/maven-release/maven-release-plugin/usage.html]
> on the bottom under staging a release
> 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)