Github user johnament commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/754#discussion_r77727346
--- Diff: RELEASING.md ---
@@ -45,6 +55,26 @@ mvn clean release:prepare -DautoVersionSubmodules=true
-Prelease
```
+To upload it, perform this command:
+
+```sh
+mvn release:perform -Prelease
+```
+
+
+### Resuming release upload
+
+If something happened during the release upload you may need to eventually
redo the upload.
+
+There is a release.properties file that is generated during the release.
In case you want to upload a previously tagged release, add this file as
follows:
+
+- release.properties
+```
+scm.url=scm:git:https://github.com/apache/activemq-artemis.git
--- End diff --
Ah. I misread what you meant by release upload... you're talking about the
upload to nexus.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---