Delete velocity log on clean

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-03-02 14:54:24 +00:00
parent 69a9a243fc
commit 6724657b5c
2 changed files with 4 additions and 0 deletions

View File

@ -309,6 +309,7 @@
<goal name="clean:clean" <goal name="clean:clean"
description="Remove all project artifacts"> description="Remove all project artifacts">
<delete dir="${maven.build.dir}"/> <delete dir="${maven.build.dir}"/>
<delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
</goal> </goal>
</project> </project>

View File

@ -10,6 +10,9 @@
<release version="1.3" date="in cvs"> <release version="1.3" date="in cvs">
<action dev="dion" type="fix">Added chgrp maven to jar:deploy.</action> <action dev="dion" type="fix">Added chgrp maven to jar:deploy.</action>
<action dev="dion" type="add">
Added velocity.log to files deleted on clean
</action>
</release> </release>
<release version="1.2" date="2003-02-12"> <release version="1.2" date="2003-02-12">