vmassol     2003/03/21 12:29:13

  Modified:    src/plugins-build/war plugin.jelly
  Log:
  Special no-op goal which can be used by other plugin which need to get access to any 
of this plugin's property. This is temporary, until we get explicit plugin 
dependencies.
  
  Revision  Changes    Path
  1.8       +7 -0      maven/src/plugins-build/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly      21 Mar 2003 01:26:29 -0000      1.7
  +++ plugin.jelly      21 Mar 2003 20:29:13 -0000      1.8
  @@ -143,4 +143,11 @@
   
     </goal>
   
  +  <!--==================================================================-->
  +  <!-- Special no-op goal which can be used by other plugin which need  -->
  +  <!-- to get access to any of this plugin's property. This is          -->
  +  <!-- temporary, until we get explicit plugin dependencies.            -->
  +  <!--==================================================================-->    
  +  <goal name="war:load"/>
  +
   </project>
  
  
  

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

Reply via email to