Repository: archiva-site Updated Branches: refs/heads/master 6bb8b11d4 -> 54c2eeba9
improve documentation for releasing Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/54c2eeba Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/54c2eeba Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/54c2eeba Branch: refs/heads/master Commit: 54c2eeba9af5c9abca0396708560ee01561c9151 Parents: 6bb8b11 Author: Brett Porter <[email protected]> Authored: Fri Apr 18 21:20:01 2014 +1000 Committer: Brett Porter <[email protected]> Committed: Fri Apr 18 21:20:01 2014 +1000 ---------------------------------------------------------------------- src/site/apt/developers/releasing.apt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-site/blob/54c2eeba/src/site/apt/developers/releasing.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/developers/releasing.apt b/src/site/apt/developers/releasing.apt index b407ed1..7868281 100644 --- a/src/site/apt/developers/releasing.apt +++ b/src/site/apt/developers/releasing.apt @@ -69,9 +69,14 @@ Archiva release process </profile> +------------- - Set your user credentials for the stage repo in the <servers> section of your settings.xml for vmbuild.staging - Execute mvn release:prepare (check that it has been properly tagged. the tag name must be.. archiva-[VERSION]) - Then execute mvn release:perform + Set your user credentials for the stage repo in the <servers> section of + your settings.xml for {{archiva-repository.releases}}. + + Execute mvn release:prepare (check that it has been properly tagged. the + tag name must be.. archiva-[VERSION]). + + Next, execute mvn release:perform + Download the uploaded files via wget: +-------------
