Maven 1.x Clean Plugin

maven-clean plugin does not remove velocity.log.? files

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    any
  • Number of attachments :
    0

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

Activity

Hide
Lukas Theussl added a comment -

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

Show
Lukas Theussl added a comment - This is a duplicate of MPXDOC-124 which is fixed now.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
5m
Original Estimate - 5 minutes
Remaining:
5m
Remaining Estimate - 5 minutes
Logged:
Not Specified
Time Spent - Not Specified