You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/03/09 02:37:54 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/site plugin.jelly

bwalding    2003/03/08 17:37:54

  Modified:    src/plugins-build/site plugin.jelly
  Log:
  o site:sshdeploy Now displays the user being used to connect to the site
  
  Revision  Changes    Path
  1.11      +1 -0      jakarta-turbine-maven/src/plugins-build/site/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/site/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly	23 Feb 2003 16:09:08 -0000	1.10
  +++ plugin.jelly	9 Mar 2003 01:37:54 -0000	1.11
  @@ -78,6 +78,7 @@
       <echo>
         siteAddress = ${pom.siteAddress}
         siteDirectory = ${pom.siteDirectory}
  +      siteUser = ${maven.username}
       </echo>
   
       <!-- This needs to taken from the project properties -->