PR: MPCLEAN-1

Also clean maven.build.dest


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-07 12:22:26 +00:00
parent d8418a23a2
commit 699a2c06e4
3 changed files with 5 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>