Author: joehni
Date: Fri Jan 13 15:22:22 2006
New Revision: 368917
URL: http://svn.apache.org/viewcvs?rev=368917&view=rev
Log:
Use Cobertura for coverage report.
Modified:
jakarta/commons/sandbox/id/trunk/project.xml
Modified: jakarta/commons/sandbox/id/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/id/trunk/project.xml?rev=368917&r1=368916&r2=368917&view=diff
==============================================================================
--- jakarta/commons/sandbox/id/trunk/project.xml (original)
+++ jakarta/commons/sandbox/id/trunk/project.xml Fri Jan 13 15:22:22 2006
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2003-2004 The Apache Software Foundation
+ Copyright 2003-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -46,7 +46,7 @@
<distribution>repo</distribution>
</license>
</licenses>
-
<issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Commons&content=id</issueTrackingUrl>
+
<issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Commons&content=[id]</issueTrackingUrl>
<siteAddress>cvs.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/id/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/id/</distributionDirectory>
@@ -135,22 +135,33 @@
</contributors>
<dependencies>
+ <!-- IdentifierGeneratorFactory only -->
+ <dependency>
+ <id>commons-discovery</id>
+ <version>0.2</version>
+ </dependency>
+ <dependency>
+ <id>commons-logging</id>
+ <version>1.0.3</version>
+ </dependency>
+ <!-- Ant task only -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
</dependency>
+ <!-- test -->
<dependency>
<id>junit</id>
<version>3.8.1</version>
</dependency>
+ <!-- reports -->
<dependency>
- <id>commons-discovery</id>
- <version>0.2</version>
- </dependency>
- <dependency>
- <id>commons-logging</id>
- <version>1.0.3</version>
+ <groupId>maven-plugins</groupId>
+ <artifactId>maven-cobertura-plugin</artifactId>
+ <version>1.1.1</version>
+ <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
+ <type>plugin</type>
</dependency>
</dependencies>
@@ -177,11 +188,11 @@
<!-- <report>maven-changelog-plugin</report> -->
<report>maven-changes-plugin</report>
<report>maven-checkstyle-plugin</report>
- <report>maven-clover-plugin</report>
+ <!-- <report>maven-clover-plugin</report> -->
+ <report>maven-cobertura-plugin</report>
<!-- <report>maven-developer-activity-plugin</report> -->
<!-- <report>maven-file-activity-plugin</report> -->
<report>maven-javadoc-plugin</report>
- <!-- <report>maven-jellydoc-plugin</report> -->
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]