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 2004/06/07 14:22:26 UTC

cvs commit: maven-plugins/clean/xdocs changes.xml

brett       2004/06/07 05:22:26

  Modified:    clean    plugin.jelly project.xml
               clean/xdocs changes.xml
  Log:
  PR: MPCLEAN-1
  Also clean maven.build.dest
  
  Revision  Changes    Path
  1.9       +1 -0      maven-plugins/clean/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly	4 Mar 2004 18:01:50 -0000	1.8
  +++ plugin.jelly	7 Jun 2004 12:22:26 -0000	1.9
  @@ -28,6 +28,7 @@
     <goal name="clean:clean"
           description="Remove all project artifacts">
       <ant:delete dir="${maven.build.dir}"/>
  +    <ant:delete dir="${maven.build.dest}"/>
       <ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
     </goal>
     
  
  
  
  1.16      +1 -1      maven-plugins/clean/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	26 May 2004 13:33:26 -0000	1.15
  +++ project.xml	7 Jun 2004 12:22:26 -0000	1.16
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-clean-plugin</id>
     <name>Maven Clean Plugin</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Clean plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/clean/</url>
  
  
  
  1.9       +3 -0      maven-plugins/clean/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml	16 May 2004 02:39:49 -0000	1.8
  +++ changes.xml	7 Jun 2004 12:22:26 -0000	1.9
  @@ -24,6 +24,9 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.3-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="fix" issue="MPCLEAN-1">Also clean maven.build.dest in case it is moved outside maven.build.dir</action>
  +    </release>
       <release version="1.2" date="2004-05-15"></release>
       <release version="1.1" date="2003-09-29">
         <action dev="dion" type="fix">Remove clean:classes and clean:docs goals, as they are in an inappropriate place</action>
  
  
  

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