You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Geoff Bennett (JIRA)" <ji...@codehaus.org> on 2008/07/18 07:23:26 UTC

[jira] Closed: (MPCLOVER-60) clover:merge - a small change to allow the use of more than one pattern in the property 'maven.clover.merge.databases'

     [ http://jira.codehaus.org/browse/MPCLOVER-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoff Bennett closed MPCLOVER-60.
---------------------------------

    Resolution: Won't Fix

Realised that the plugin is now hosted by Atlassian

> clover:merge - a small change to allow the use of more than one pattern in the property 'maven.clover.merge.databases'
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: MPCLOVER-60
>                 URL: http://jira.codehaus.org/browse/MPCLOVER-60
>             Project: Maven 1.x Clover Plugin
>          Issue Type: Improvement
>            Reporter: Geoff Bennett
>
> 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.

-- 
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