Author: vmassol Date: Sat Oct 7 01:18:45 2006 New Revision: 453858 URL: http://svn.apache.org/viewvc?view=rev&rev=453858 Log: Adding some release troubleshooting information.
Modified: maven/site/trunk/src/site/apt/guides/mini/guide-releasing.apt Modified: maven/site/trunk/src/site/apt/guides/mini/guide-releasing.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-releasing.apt?view=diff&rev=453858&r1=453857&r2=453858 ============================================================================== --- maven/site/trunk/src/site/apt/guides/mini/guide-releasing.apt (original) +++ maven/site/trunk/src/site/apt/guides/mini/guide-releasing.apt Sat Oct 7 01:18:45 2006 @@ -3,8 +3,9 @@ ----- Jason van Zyl Trent Rosenbaum + Vincent Massol ----- - 14 November 2005 + 7 October 2006 ----- Releasing @@ -266,3 +267,21 @@ [] +* Troubleshooting + +** I get a "The authenticity of host '<host>' can't be established." error and the build hangs + + This is because your <<<~user/.ssh/known_hosts>>> file doesn't have the host listed. You'd normally get a prompt to add the host to the + known host list but Maven doesn't propagate that prompt. The solution is to add the host the <<<known_hosts>>> file before + executing Maven. On Windows, this can be done by installing an OpenSSH client (for example + {{{http://sshwindows.sourceforge.net/download/}SSHWindows}}), running <<<ssh <host>>>> and accepting to add the host. + +** The site deploy goal hangs + + First, this means that you have successfully deployed the artifacts to the remote repo and that it's only the site + deployment that is now an issue. Stop your build, cd to <<target/checkout>>> and run the build again by + executing <<<mvn site:deploy>>>. You should see a prompt asking you to enter a password. This happens if your key is not + in the authorized keys on the server. + + + \ No newline at end of file