You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/01/30 04:27:33 UTC

cvs commit: maven-plugins/war plugin.jelly

dion        2004/01/29 19:27:33

  Modified:    war      plugin.jelly
  Log:
  make war:clean depend on war:init
  
  Revision  Changes    Path
  1.33      +2 -1      maven-plugins/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/plugin.jelly,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- plugin.jelly	9 Nov 2003 23:24:34 -0000	1.32
  +++ plugin.jelly	30 Jan 2004 03:27:33 -0000	1.33
  @@ -201,7 +201,8 @@
     <!--==================================================================-->
     <!-- Clean                                                            -->
     <!--==================================================================-->  
  -    <goal name="war:clean"         
  +    <goal name="war:clean"
  +        prereqs="war:init"
           description="Remove all artifacts created by war plugin">  
   
         <!-- TODO: delete also snapshot and md5 files -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org