You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/12/16 05:17:38 UTC

cvs commit: maven-plugins/site plugin.jelly

dion        2003/12/15 20:17:37

  Modified:    site     plugin.jelly
  Log:
  Note to self: shouldn't need telnet
  
  Revision  Changes    Path
  1.22      +1 -0      maven-plugins/site/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/plugin.jelly,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- plugin.jelly	28 Oct 2003 22:29:36 -0000	1.21
  +++ plugin.jelly	16 Dec 2003 04:17:37 -0000	1.22
  @@ -96,6 +96,7 @@
       	 <fileset dir="${maven.build.dir}" includes="${maven.final.name}-site.tar.gz" />
       </ftp>
   
  +    <!-- FIXME - it would be better to simply ftp each file and not require a telnet session -->
   	<!-- Expand on the server and chmod -->
   	<telnet server="${pom.siteAddress}" userid="${maven.username}" password="${maven.password}">
   		<read string="%"/>
  
  
  

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