Skip to content

Commit af0d671

Browse files
committed
Change coverage tool from clover to cobertura based on recent discussion with Gary Gregory on dev list.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@378650 13f79535-47bb-0310-9956-ffa450edef68
1 parent e109a46 commit af0d671

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

project.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2002-2005 The Apache Software Foundation.
3+
Copyright 2002-2006 The Apache Software Foundation.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -193,6 +193,16 @@ limitations under the License.
193193
<scope>test</scope>
194194
</properties>
195195
</dependency>
196+
<dependency>
197+
<groupId>maven-plugins</groupId>
198+
<artifactId>maven-cobertura-plugin</artifactId>
199+
<version>1.1.1</version>
200+
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
201+
<type>plugin</type>
202+
<properties>
203+
<comment>Site generation</comment>
204+
</properties>
205+
</dependency>
196206
</dependencies>
197207
<issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
198208
<build>
@@ -224,7 +234,8 @@ limitations under the License.
224234
<report>maven-changes-plugin</report>
225235
<report>maven-changelog-plugin</report>
226236
<report>maven-checkstyle-plugin</report>
227-
<report>maven-clover-plugin</report>
237+
<!-- <report>maven-clover-plugin</report> -->
238+
<report>maven-cobertura-plugin</report>
228239
<report>maven-developer-activity-plugin</report>
229240
<report>maven-file-activity-plugin</report>
230241
<!-- <report>maven-findbugs-plugin</report> -->

0 commit comments

Comments
 (0)