You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/08/25 19:43:03 UTC

[jira] Commented: (MPCLEAN-6) maven-clean plugin does not remove velocity.log.? files

    [ http://jira.codehaus.org/browse/MPCLEAN-6?page=comments#action_45203 ] 

Lukas Theussl commented on MPCLEAN-6:
-------------------------------------

This is a duplicate of MPXDOC-124 which is fixed now.

> maven-clean plugin does not remove velocity.log.? files
> -------------------------------------------------------
>
>          Key: MPCLEAN-6
>          URL: http://jira.codehaus.org/browse/MPCLEAN-6
>      Project: maven-clean-plugin
>         Type: Bug
>  Environment: any
>     Reporter: Lukas Theussl
>     Priority: Trivial

>
> Original Estimate: 5 minutes
>         Remaining: 5 minutes
>
> Running several maven:site goals without cleaning up with maven:clean will generate (after a while) some log files, velocity.log.1, etc. These log files are not removed by maven:clean.
> Suggested solution: replace the line that deletes velocity.log in plugin.jelly by
>     <ant:delete quiet="true">
>       <ant:fileset dir="${basedir}" includes="velocity.log*"/>
>     </ant:delete>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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