|
From: Carlos S. <car...@us...> - 2005-07-22 06:29:49
|
carlossg 05/07/21 23:29:24
Modified: cobertura project.xml
Log:
Added better description
Revision Changes Path
1.14 +6 -3 maven-plugins/cobertura/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- project.xml 22 Jul 2005 05:43:53 -0000 1.13
+++ project.xml 22 Jul 2005 06:29:24 -0000 1.14
@@ -21,11 +21,14 @@
<extend>${basedir}/../plugin-project.xml</extend>
<pomVersion>3</pomVersion>
<artifactId>maven-cobertura-plugin</artifactId>
- <name>Cobertura Plug-in</name>
+ <name>Maven Cobertura Plug-in</name>
<currentVersion>1.1</currentVersion>
<inceptionYear>2005</inceptionYear>
- <description>Maven Plugin for Cobertura</description>
- <shortDescription>Maven Plugin for Cobertura</shortDescription>
+ <description>
+ Cobertura is a free Java tool that calculates the percentage of code accessed by tests.
+ It can be used to identify which parts of your Java program are lacking test coverage.
+ It is based on jcoverage.
+ </description>
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url>
<repository>
<connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection>
|