Maven 1.x Clover Plugin

clover:merge - a small change to allow the use of more than one pattern in the property 'maven.clover.merge.databases'

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

If more than just a single pattern is required to specify the databases to merge it cannot be done with the current implementation of the plugin.

It would be better to change the following code in the clover:merge goal from:

<ant:cloverDbSet dir="${_multiproject_basedir}">
<ant:include name="${maven.clover.merge.databases}"/>
</ant:cloverDbSet>

to:

<ant:cloverDbSet dir="${_multiproject_basedir}" includes="${maven.clover.merge.databases}"/>

The 'includes' attribute on cloverDbSet provides everything that the 'include' tag provides, with the added benefit of being able to use multiple patterns and files.

Activity

Hide
Geoff Bennett added a comment -

Realised that the plugin is now hosted by Atlassian

Show
Geoff Bennett added a comment - Realised that the plugin is now hosted by Atlassian

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: