Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:any
-
Number of attachments :
Description
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>
Issue Links
| This issue duplicates: | ||||
| MPXDOC-124 | clean doesn't clean velocity.log.1 |
|
|
|
This is a duplicate of
MPXDOC-124which is fixed now.MPXDOC-124which is fixed now.