dion        2003/07/30 21:36:19

  Modified:    src/plugins-build/site plugin.jelly
               src/plugins-build/dist plugin.jelly
               src/plugins-build/deploy plugin.jelly
               src/plugins-build/jar plugin.jelly
  Log:
  use new maven:user-check tag
  
  Revision  Changes    Path
  1.16      +1 -1      maven/src/plugins-build/site/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/site/plugin.jelly,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- plugin.jelly      7 Apr 2003 08:15:28 -0000       1.15
  +++ plugin.jelly      31 Jul 2003 04:36:18 -0000      1.16
  @@ -76,7 +76,7 @@
       prereqs="site:init"
       description="Deploy the generated site docs using ssh">
   
  -    <m:user-check user="${maven.username}"/>
  +    <maven:user-check user="${maven.username}"/>
   
       <echo>
         siteAddress = ${pom.siteAddress}
  
  
  
  1.7       +4 -4      maven/src/plugins-build/dist/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/dist/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      22 Apr 2003 11:48:49 -0000      1.6
  +++ plugin.jelly      31 Jul 2003 04:36:19 -0000      1.7
  @@ -186,7 +186,7 @@
   
     <goal name="dist:deploy" description="Deploy a distribution">
   
  -    <m:user-check user="${maven.username}"/>
  +    <maven:user-check user="${maven.username}"/>
   
       <!--
       
  @@ -214,7 +214,7 @@
   
     <goal name="dist:deploy-bin" description="Deploy a binary distribution">
   
  -    <m:user-check user="${maven.username}"/>
  +    <maven:user-check user="${maven.username}"/>
   
       <attainGoal name="dist:build-bin"/>
   
  @@ -229,7 +229,7 @@
   
     <goal name="dist:deploy-src" description="Deploy a source distribution">
   
  -    <m:user-check user="${maven.username}"/>
  +    <maven:user-check user="${maven.username}"/>
   
       <attainGoal name="dist:build-src"/>
   
  @@ -250,7 +250,7 @@
   
     <goal name="dist:deploy-snapshot" description="Deploy a snapshot distribution">
       
  -    <m:user-check user="${maven.username}"/>
  +    <maven:user-check user="${maven.username}"/>
       
       <j:set var="maven.final.name" value="${snapshotSignature}"/>
       <ant:echo>Building snapshot distribution: ${maven.final.name}</ant:echo>
  
  
  
  1.7       +1 -1      maven/src/plugins-build/deploy/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/deploy/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      3 Jun 2003 05:20:35 -0000       1.6
  +++ plugin.jelly      31 Jul 2003 04:36:19 -0000      1.7
  @@ -43,7 +43,7 @@
         
         <j:set var="username" value='${context.getVariable("maven.username")}'/>
   
  -      <m:user-check user="${username}"/>
  +      <maven:user-check user="${username}"/>
   
         <j:set var="copier" value='${context.getVariable("maven.scp.executable")}'/>
         <j:set var="commander" 
value='${context.getVariable("maven.ssh.executable")}'/>
  
  
  
  1.14      +2 -2      maven/src/plugins-build/jar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jar/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly      28 Jul 2003 05:19:42 -0000      1.13
  +++ plugin.jelly      31 Jul 2003 04:36:19 -0000      1.14
  @@ -108,7 +108,7 @@
       name="jar:deploy-snapshot"
       description="Deploy a snapshot jar to the remote repository">
   
  -    <m:user-check user="${maven.username}"/>
  +    <maven:user-check user="${maven.username}"/>
       <attainGoal name="jar:snapshot"/>
       <ant:property name="maven.jar.to.deploy" value="${maven.final.name}.jar"/>
       <ant:property name="dir" 
  @@ -138,7 +138,7 @@
       name="jar:deploy"
       description="Deploy a jar to the remote repository">
   
  -    <m:user-check user="${maven.username}"/>
  +    <maven:user-check user="${maven.username}"/>
       <attainGoal name="jar:jar"/>
       <ant:property name="maven.jar.to.deploy" value="${maven.final.name}.jar"/>
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to