kaz         2003/02/17 11:15:40

  Modified:    src/plugins-build/plexus plugin.jelly
  Log:
  Fixed a bug in the plexus plugin where a variable's value was not reset.
  As a result, if I have a local pom in my repo for componentX, then
  componentY's pom would have to reside in the local repo as it was never
  downloaded because the variable was not reset.  Fixed now.
  
  Revision  Changes    Path
  1.7       +1 -0      jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      3 Feb 2003 04:06:37 -0000       1.6
  +++ plugin.jelly      17 Feb 2003 19:15:40 -0000      1.7
  @@ -144,6 +144,7 @@
             var="pom" 
             value="${maven.repo.local}/plexus/poms/${component}.pom"/>
         
  +        <j:set var="pomPresent" value="false"/>
           <util:available file="${pom}">
             <j:set var="pomPresent" value="true"/>
             <copy file="${pom}" todir="${pomDir}"/>
  
  
  

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

Reply via email to