echo a message so that it indicates some progress

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-01-20 11:57:26 +00:00
parent 172e3d7cbd
commit 58e78f0ee7

View File

@ -293,6 +293,7 @@
<goal name="site:rsyncdeploy" <goal name="site:rsyncdeploy"
description="Deploy the generated site using rsync" description="Deploy the generated site using rsync"
prereqs="site:init,site:remote-deploy-init"> prereqs="site:init,site:remote-deploy-init">
<echo>rsyncing...</echo>
<exec dir="." executable="${maven.ssh.executable}"> <exec dir="." executable="${maven.ssh.executable}">
<arg line="${siteUsername}@${siteAddress} 'mkdir -p ${siteDirectory}'" /> <arg line="${siteUsername}@${siteAddress} 'mkdir -p ${siteDirectory}'" />
</exec> </exec>