You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/03/21 21:29:13 UTC

cvs commit: maven/src/plugins-build/war plugin.jelly

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org