You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/01/20 12:57:29 UTC

svn commit: r125761 - /maven/maven-1/plugins/trunk/site/plugin.jelly

Author: brett
Date: Thu Jan 20 03:57:26 2005
New Revision: 125761

URL: http://svn.apache.org/viewcvs?view=rev&rev=125761
Log:
echo a message so that it indicates some progress

Modified:
   maven/maven-1/plugins/trunk/site/plugin.jelly

Modified: maven/maven-1/plugins/trunk/site/plugin.jelly
Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/plugin.jelly?view=diff&rev=125761&p1=maven/maven-1/plugins/trunk/site/plugin.jelly&r1=125760&p2=maven/maven-1/plugins/trunk/site/plugin.jelly&r2=125761
==============================================================================
--- maven/maven-1/plugins/trunk/site/plugin.jelly	(original)
+++ maven/maven-1/plugins/trunk/site/plugin.jelly	Thu Jan 20 03:57:26 2005
@@ -293,6 +293,7 @@
   <goal name="site:rsyncdeploy" 
     description="Deploy the generated site using rsync"
     prereqs="site:init,site:remote-deploy-init">
+    <echo>rsyncing...</echo>
     <exec dir="." executable="${maven.ssh.executable}">
       <arg line="${siteUsername}@${siteAddress} 'mkdir -p ${siteDirectory}'" />
     </exec>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org