You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2003/12/31 02:24:42 UTC

cvs commit: maven-plugins/plugin plugin.jelly

brett       2003/12/30 17:24:42

  Modified:    plugin   plugin.jelly
  Log:
  required for changes to bootstrap - these directories don't necessarily have to exist
  
  Revision  Changes    Path
  1.27      +2 -2      maven-plugins/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/plugin.jelly,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- plugin.jelly	10 Dec 2003 21:55:24 -0000	1.26
  +++ plugin.jelly	31 Dec 2003 01:24:42 -0000	1.27
  @@ -30,13 +30,13 @@
     <goal name="plugin:uninstall" 
       description="Uninstall all versions of the plugin">
       
  -    <delete verbose="false">
  +    <delete verbose="false" failonerror="false">
         <fileset dir="${maven.home}/plugins">
           <include name="${pom.artifactId}-*.jar" />
         </fileset>
       </delete>
   
  -    <delete includeEmptyDirs="true" verbose="false">
  +    <delete includeEmptyDirs="true" verbose="false" failonerror="false">
         <fileset dir="${maven.plugin.unpacked.dir}">
           <include name="*.cache"/>
           <include name="**/.processed" />
  
  
  

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