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="[EMAIL PROTECTED] 'mkdir -p ${siteDirectory}'" /> </exec> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
