From c1d9561634fa9e438c9664d3d4a35f5ea74cf378 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 12 Apr 2006 17:06:54 +0000 Subject: [PATCH] Fix links git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393529 13f79535-47bb-0310-9956-ffa450edef68 --- site/xdocs/index.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/xdocs/index.xml b/site/xdocs/index.xml index 483dd850..3b5b04ae 100644 --- a/site/xdocs/index.xml +++ b/site/xdocs/index.xml @@ -30,7 +30,7 @@

This plug-in is used to generate the documentation site for your project. This includes both transforming your custom xdoc documents into - XHTML (see the xdoc plugin), and + XHTML (see the xdoc plugin), and running the designated reports for your project. The result is then packaged or deployed in the form that you desire.

@@ -86,7 +86,7 @@ This uses SSH to transfer the files. The site is first packaged into a compressed tar archive, transferred using scp, then uncompressed using remote commands via ssh. This method requires that you have ssh and scp locally (PuTTY will suffice - as long as your properties are set correctly - see the FAQ). + as long as your properties are set correctly). It also requires that your remote server has an SSH server running, with tar and gunzip available. This also requires that you have a suitable SSH agent and private key set up such that you can log in to the remote server without having to enter a password.