[
https://issues.apache.org/jira/browse/HTRACE-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15491826#comment-15491826
]
Hudson commented on HTRACE-383:
-------------------------------
SUCCESS: Integrated in Jenkins build HTrace-Master #269 (See
[https://builds.apache.org/job/HTrace-Master/269/])
HTRACE-383 Minor doc fix up on making an RC doc (stack: rev
7d0d5b6c462ed5c227cc3fae23432f76321dc5fb)
* (edit) src/main/site/markdown/building.md
> Minor doc fix up on making an RC doc
> ------------------------------------
>
> Key: HTRACE-383
> URL: https://issues.apache.org/jira/browse/HTRACE-383
> Project: HTrace
> Issue Type: Sub-task
> Reporter: stack
> Priority: Minor
>
> A few changes in the RC-making doc. Let me just push them under this issue. I
> include them below:
> {code}
> --- a/src/main/site/markdown/building.md
> +++ b/src/main/site/markdown/building.md
> @@ -55,9 +55,9 @@ Create the release branch:
> git checkout -b 4.0
> -Create the release tag via git
> +Create an annotated (signed) release tag via git.
> - git tag -s 4.0.0RC0 -m '4.0 release candidate 0' -u 9CD4D9D3
> + git tag -s 4.0.0RC0 -m '4.0.0 release candidate 0'
> For some reason, I get a message about needing a password. But no password
> is actually asked for. Perhaps it is supplied by the window manager via its
> @@ -70,9 +70,15 @@ Push branch-X.Y.Z and the newly created tag to the remote
> repo.
> Upload the build to Sonatype's servers.
> git clean -fdqx .
> - mvn clean deploy -Psign,src,dist -DskipTests
> + mvn clean deploy -Pdist -DskipTests
> +
> +The above referenced profiles are not in the htrace profile but in the
> +parent apache profile. Here is a pointer to the parent profile:
> +[Apache-18.pom](https://repository.apache.org/service/local/repo_groups/public/content/org/apache/apache/18/apache-18.pom)
> This will take a while because it needs to upload to the servers.
> +It will ask you for your key password unless you set up a
> +gpg-agent for your local session.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)