From: Jamie B. <jbi...@us...> - 2005-06-17 16:43:41
|
jbisotti 05/06/17 09:43:31 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: Changed version from 1.0 to 1.4.1. Using 1.4 because that is the version of Cobertura this plugin supports. Using ".1" becuase there is already a 1.4 version, attached to a JCoverage JIRA issue, in use. Revision Changes Path 1.2 +68 -74 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 10 Jun 2005 06:16:44 -0000 1.1 +++ project.xml 17 Jun 2005 16:43:20 -0000 1.2 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2005 The Apache Software Foundation. @@ -18,77 +17,72 @@ */ --> <project> - <extend>${basedir}/../plugin-project.xml</extend> - <pomVersion>3</pomVersion> - <artifactId>maven-cobertura-plugin</artifactId> - <name>Cobertura Plug-in</name> - <currentVersion>1.0-SNAPSHOT</currentVersion> - <inceptionYear>2005</inceptionYear> - <description>Maven Plugin for Cobertura</description> - <shortDescription>Maven Plugin for Cobertura</shortDescription> - <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> - <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> - <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> - </repository> - - <versions> - </versions> - - <developers> - <developer> - <name>Carlos Sanchez</name> - <id>carlossg</id> - <email>ca...@ap...</email> - <roles> - <role>Software Developer</role> - </roles> - </developer> - </developers> - <dependencies> - <dependency> - <groupId>cobertura</groupId> - <artifactId>cobertura</artifactId> - <version>1.4</version> - <url>http://cobertura.sourceforge.net</url> - </dependency> - <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <version>2.0.8</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <version>2.0</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.8</version> - <url>http://logging.apache.org/log4j</url> - </dependency> - <dependency> - <groupId>urbanophile</groupId> - <artifactId>java-getopt</artifactId> - <version>1.0.9</version> - <url>http://www.urbanophile.com/arenn/hacking/download.html</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>javancss</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>ccl</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - </dependencies> - + <extend>${basedir}/../plugin-project.xml</extend> + <pomVersion>3</pomVersion> + <id>maven-cobertura-plugin:maven-cobertura-plugin</id> + <artifactId>maven-cobertura-plugin</artifactId> + <name>Cobertura Plug-in</name> + <groupId>maven-cobertura-plugin</groupId> + <currentVersion>1.4.1</currentVersion> + <inceptionYear>2005</inceptionYear> + <description>Maven Plugin for Cobertura</description> + <shortDescription>Maven Plugin for Cobertura</shortDescription> + <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> + <repository> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> + <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> + </repository> + <developers> + <developer> + <name>Carlos Sanchez</name> + <id>carlossg</id> + <email>ca...@ap...</email> + </developer> + </developers> + <dependencies> + <dependency> + <groupId>cobertura</groupId> + <artifactId>cobertura</artifactId> + <version>1.4</version> + <url>http://cobertura.sourceforge.net</url> + </dependency> + <dependency> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.8</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>2.0</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> + <url>http://logging.apache.org/log4j</url> + </dependency> + <dependency> + <groupId>urbanophile</groupId> + <artifactId>java-getopt</artifactId> + <version>1.0.9</version> + <url>http://www.urbanophile.com/arenn/hacking/download.html</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>javancss</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>ccl</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + </dependencies> </project> + 1.3 +2 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 17 Jun 2005 16:34:52 -0000 1.2 +++ changes.xml 17 Jun 2005 16:43:30 -0000 1.3 @@ -23,7 +23,8 @@ <title>Changes</title> </properties> <body> - <release version="1.0-SNAPSHOT" date="IN CVS"> + <release version="1.4.1" date="IN CVS"> + Initial release; supports Cobertura 1.4. </release> </body> </document> |
From: Eric P. <de...@us...> - 2005-07-11 19:48:12
|
dep4b 05/07/11 12:47:59 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: tag release Revision Changes Path 1.7 +96 -88 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 11 Jul 2005 19:43:53 -0000 1.6 +++ project.xml 11 Jul 2005 19:47:57 -0000 1.7 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2005 The Apache Software Foundation. @@ -16,93 +17,100 @@ * limitations under the License. */ --> + <project> - <extend>${basedir}/../plugin-project.xml</extend> - <pomVersion>3</pomVersion> - <id>maven-cobertura-plugin:maven-cobertura-plugin</id> - <artifactId>maven-cobertura-plugin</artifactId> - <name>Cobertura Plug-in</name> - <groupId>maven-cobertura-plugin</groupId> - <currentVersion>1.0-SNAPSHOT</currentVersion> - <inceptionYear>2005</inceptionYear> - <description>Maven Plugin for Cobertura</description> - <shortDescription>Maven Plugin for Cobertura</shortDescription> - <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> - <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> - </repository> - <developers> - <developer> - <name>Carlos Sanchez</name> - <id>carlossg</id> - <email>ca...@ap...</email> - </developer> - <developer> - <name>Jamie Bisotti</name> - <id>jbisotti</id> - <email>jbi...@gm...</email> - <timezone>-4</timezone> - </developer> - <developer> - <name>Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - </developer> - </developers> - <dependencies> - <dependency> - <groupId>cobertura</groupId> - <artifactId>cobertura</artifactId> - <version>1.4</version> - <url>http://cobertura.sourceforge.net</url> - </dependency> - <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <version>2.0.8</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <version>2.0</version> - <url>http://asm.objectweb.org</url> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.8</version> - <url>http://logging.apache.org/log4j</url> - </dependency> - <dependency> - <groupId>urbanophile</groupId> - <artifactId>java-getopt</artifactId> - <version>1.0.9</version> - <url>http://www.urbanophile.com/arenn/hacking/download.html</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>javancss</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>ccl</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - </dependencies> - <reports> - <report>maven-changelog-plugin</report> - <report>maven-changes-plugin</report> - <report>maven-developer-activity-plugin</report> - <report>maven-faq-plugin</report> - <report>maven-file-activity-plugin</report> - <report>maven-license-plugin</report> - <report>maven-linkcheck-plugin</report> - </reports> + <extend>${basedir}/../plugin-project.xml</extend> + <pomVersion>3</pomVersion> + <id>maven-cobertura-plugin:maven-cobertura-plugin</id> + <artifactId>maven-cobertura-plugin</artifactId> + <name>Cobertura Plug-in</name> + <groupId>maven-cobertura-plugin</groupId> + <currentVersion>1.0</currentVersion> + <inceptionYear>2005</inceptionYear> + <description>Maven Plugin for Cobertura</description> + <shortDescription>Maven Plugin for Cobertura</shortDescription> + <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin</url> + <repository> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> + </repository> + <developers> + <developer> + <name>Carlos Sanchez</name> + <id>carlossg</id> + <email>ca...@ap...</email> + </developer> + <developer> + <name>Jamie Bisotti</name> + <id>jbisotti</id> + <email>jbi...@gm...</email> + <timezone>-4</timezone> + </developer> + <developer> + <name>Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + </developer> + </developers> + <dependencies> + <dependency> + <groupId>cobertura</groupId> + <artifactId>cobertura</artifactId> + <version>1.4</version> + <url>http://cobertura.sourceforge.net</url> + </dependency> + <dependency> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.8</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>2.0</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.8</version> + <url>http://logging.apache.org/log4j</url> + </dependency> + <dependency> + <groupId>urbanophile</groupId> + <artifactId>java-getopt</artifactId> + <version>1.0.9</version> + <url>http://www.urbanophile.com/arenn/hacking/download.html</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>javancss</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + <dependency> + <groupId>javancss</groupId> + <artifactId>ccl</artifactId> + <version>21.41</version> + <url>http://www.kclee.de/clemens/java/javancss/</url> + </dependency> + </dependencies> + <reports> + <report>maven-changelog-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-license-plugin</report> + <report>maven-linkcheck-plugin</report> + </reports> + <versions> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_COBERTURA_1_0</tag> + </version> + </versions> </project> - 1.5 +1 -3 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 11 Jul 2005 19:18:12 -0000 1.4 +++ changes.xml 11 Jul 2005 19:47:58 -0000 1.5 @@ -23,8 +23,6 @@ <title>Changes</title> </properties> <body> - <release version="1.0" date="IN CVS"> - Initial release; supports Cobertura 1.4. - </release> + <release version="1.0" date="2005-07-11">Initial release; supports Cobertura 1.4.</release> </body> </document> |
From: Carlos S. <car...@us...> - 2005-07-22 05:26:02
|
carlossg 05/07/21 22:25:55 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.1 Revision Changes Path 1.11 +6 -2 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 22 Jul 2005 05:25:25 -0000 1.10 +++ project.xml 22 Jul 2005 05:25:55 -0000 1.11 @@ -17,13 +17,12 @@ * limitations under the License. */ --> - <project> <extend>${basedir}/../plugin-project.xml</extend> <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Cobertura Plug-in</name> - <currentVersion>1.1-SNAPSHOT</currentVersion> + <currentVersion>1.1</currentVersion> <inceptionYear>2005</inceptionYear> <description>Maven Plugin for Cobertura</description> <shortDescription>Maven Plugin for Cobertura</shortDescription> @@ -112,5 +111,10 @@ <name>1.0</name> <tag>MAVEN_COBERTURA_1_0</tag> </version> + <version> + <id>1.1</id> + <name>1.1</name> + <tag>MAVEN_COBERTURA_1_1</tag> + </version> </versions> </project> 1.8 +4 -11 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 12 Jul 2005 22:09:47 -0000 1.7 +++ changes.xml 22 Jul 2005 05:25:55 -0000 1.8 @@ -17,22 +17,15 @@ * limitations under the License. */ --> - <document> <properties> <title>Changes</title> </properties> <body> - <release version="1.1-SNAPSHOT" date="in SVN"> - <action dev="carlossg" type="add"> - Added cobertura check reports with classes that don't meet test coverage requirements. - </action> - <action dev="carlossg" type="add"> - Added cobertura:check goal. - </action> - </release> - <release version="1.0" date="2005-07-11" - description="Initial release; supports Cobertura 1.4."> + <release version="1.1" date="2005-07-21"> + <action dev="carlossg" type="add">Added cobertura check reports with classes that don't meet test coverage requirements.</action> + <action dev="carlossg" type="add">Added cobertura:check goal.</action> </release> + <release version="1.0" date="2005-07-11" description="Initial release; supports Cobertura 1.4."></release> </body> </document> |
From: Carlos S. <car...@us...> - 2005-08-05 17:05:08
|
carlossg 05/08/05 10:04:58 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: Upgrade to cobertura 1.5 Revision Changes Path 1.15 +1 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 22 Jul 2005 06:29:24 -0000 1.14 +++ project.xml 5 Aug 2005 17:04:57 -0000 1.15 @@ -58,7 +58,7 @@ <dependency> <groupId>cobertura</groupId> <artifactId>cobertura</artifactId> - <version>1.4</version> + <version>1.5</version> <url>http://cobertura.sourceforge.net</url> </dependency> <dependency> 1.9 +3 -0 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 22 Jul 2005 05:25:55 -0000 1.8 +++ changes.xml 5 Aug 2005 17:04:58 -0000 1.9 @@ -22,6 +22,9 @@ <title>Changes</title> </properties> <body> + <release version="1.1.1" date="in CVS"> + <action dev="carlossg" type="update">Upgrade to cobertura 1.5.</action> + </release> <release version="1.1" date="2005-07-21"> <action dev="carlossg" type="add">Added cobertura check reports with classes that don't meet test coverage requirements.</action> <action dev="carlossg" type="add">Added cobertura:check goal.</action> |
From: Carlos S. <car...@us...> - 2005-08-23 17:53:20
|
carlossg 05/08/23 10:53:13 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: Upgrade to cobertura 1.6 Revision Changes Path 1.17 +1 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 16 Aug 2005 23:02:39 -0000 1.16 +++ project.xml 23 Aug 2005 17:53:13 -0000 1.17 @@ -58,7 +58,7 @@ <dependency> <groupId>cobertura</groupId> <artifactId>cobertura</artifactId> - <version>1.5</version> + <version>1.6</version> <url>http://cobertura.sourceforge.net</url> </dependency> <dependency> 1.10 +1 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 5 Aug 2005 17:04:58 -0000 1.9 +++ changes.xml 23 Aug 2005 17:53:13 -0000 1.10 @@ -23,7 +23,7 @@ </properties> <body> <release version="1.1.1" date="in CVS"> - <action dev="carlossg" type="update">Upgrade to cobertura 1.5.</action> + <action dev="carlossg" type="update">Upgrade to cobertura 1.6.</action> </release> <release version="1.1" date="2005-07-21"> <action dev="carlossg" type="add">Added cobertura check reports with classes that don't meet test coverage requirements.</action> |
From: Carlos S. <car...@us...> - 2005-09-22 02:34:46
|
carlossg 05/09/21 19:34:41 Modified: cobertura plugin.jelly cobertura/xdocs changes.xml Log: Fixed problems that caused 0 percent coverage always. The properties for the test plugin were not set correctly Revision Changes Path 1.13 +19 -23 maven-plugins/cobertura/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.jelly,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- plugin.jelly 19 Jul 2005 22:50:38 -0000 1.12 +++ plugin.jelly 22 Sep 2005 02:34:41 -0000 1.13 @@ -97,24 +97,6 @@ <j:catch var="ex"> - <j:set var="instrumented" value="${maven.cobertura.instrumentation}"/> - <j:set var="oldBuildDest" value="${maven.build.dest}"/> - <j:set var="fork" value="${maven.cobertura.junit.fork}"/> - <maven:get plugin="maven-test-plugin" property="maven.junit.fork" var="oldfork"/> - <maven:get plugin="maven-test-plugin" property="maven.test.failure.ignore" var="ignoreTestFailureOld"/> - - <!-- Make sure that the report is generated whether the tests pass or not --> - <maven:set plugin="maven-test-plugin" property="maven.test.failure.ignore" value="true"/> - - <!-- reset the maven.build.dest for the test plugin to find the instrumented classes --> - <maven:set plugin="maven-java-plugin" property="maven.build.dest" value="${instrumented}"/> - <maven:set plugin="maven-test-plugin" property="maven.build.dest" value="${instrumented}"/> - - <!-- - set the maven.junit.fork property - --> - <maven:set plugin="maven-test-plugin" property="maven.junit.fork" value="${fork}"/> - <ant:mkdir dir="${coberturaDocs}" /> <ant:mkdir dir="${maven.cobertura.instrumentation}" /> @@ -138,6 +120,22 @@ </ant:fileset> </ant:copy> + + <j:set var="oldBuildDest" value="${maven.build.dest}"/> + + <maven:get plugin="maven-test-plugin" property="maven.junit.fork" var="oldfork"/> + <maven:get plugin="maven-test-plugin" property="maven.test.failure.ignore" var="ignoreTestFailureOld"/> + + <!-- Make sure that the report is generated whether the tests pass or not --> + <j:set var="maven.test.failure.ignore" value="true" scope="parent" /> + + <!-- set the maven.build.dest for the test plugin to find the instrumented classes --> + <j:set var="maven.build.dest" value="${maven.cobertura.instrumentation}" scope="parent" /> + + <!-- set the maven.junit.fork property --> + <j:set var="maven.junit.fork" value="${maven.cobertura.junit.fork}" scope="parent" /> + + </j:catch> <j:if test="${ex != null}"> <log:error>${ex}</log:error> @@ -150,11 +148,9 @@ <!-- ================================================================== --> <goal name="cobertura:off" description="Restore previous properties"> - <maven:set plugin="maven-java-plugin" property="maven.junit.fork" value="${oldfork}"/> - <maven:set plugin="maven-java-plugin" property="maven.build.dest" value="${oldBuildDest}"/> - <maven:set plugin="maven-test-plugin" property="maven.build.dest" value="${oldBuildDest}"/> - <j:expr value="${pom.getPluginContext('maven-test-plugin').setVariable( - 'maven.test.failure.ignore', ignoreTestFailureOld)}"/> + <j:set var="maven.junit.fork" value="${oldfork}" scope="parent" /> + <j:set var="maven.build.dest" value="${oldBuildDest}" scope="parent" /> + <j:set var="maven.test.failure.ignore" value="${ignoreTestFailureOld}" scope="parent" /> </goal> 1.11 +1 -0 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- changes.xml 23 Aug 2005 17:53:13 -0000 1.10 +++ changes.xml 22 Sep 2005 02:34:41 -0000 1.11 @@ -23,6 +23,7 @@ </properties> <body> <release version="1.1.1" date="in CVS"> + <action dev="carlossg" type="fix">Fixed problems that caused 0 percent coverage always.</action> <action dev="carlossg" type="update">Upgrade to cobertura 1.6.</action> </release> <release version="1.1" date="2005-07-21"> |
From: Carlos S. <car...@us...> - 2005-09-22 02:38:47
|
carlossg 05/09/21 19:38:40 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.1.1 Revision Changes Path 1.20 +7 -6 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 19 Sep 2005 18:32:54 -0000 1.19 +++ project.xml 22 Sep 2005 02:38:40 -0000 1.20 @@ -22,13 +22,9 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.1.1-SNAPSHOT</currentVersion> + <currentVersion>1.1.1</currentVersion> <inceptionYear>2005</inceptionYear> - <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> + <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> @@ -119,5 +115,10 @@ <name>1.1</name> <tag>MAVEN_COBERTURA_1_1</tag> </version> + <version> + <id>1.1.1</id> + <name>1.1.1</name> + <tag>MAVEN_COBERTURA_1_1_1</tag> + </version> </versions> </project> 1.12 +2 -2 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 22 Sep 2005 02:34:41 -0000 1.11 +++ changes.xml 22 Sep 2005 02:38:40 -0000 1.12 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.1.1" date="in CVS"> + <release version="1.1.1" date="2005-09-21"> <action dev="carlossg" type="fix">Fixed problems that caused 0 percent coverage always.</action> <action dev="carlossg" type="update">Upgrade to cobertura 1.6.</action> </release> @@ -30,6 +30,6 @@ <action dev="carlossg" type="add">Added cobertura check reports with classes that don't meet test coverage requirements.</action> <action dev="carlossg" type="add">Added cobertura:check goal.</action> </release> - <release version="1.0" date="2005-07-11" description="Initial release; supports Cobertura 1.4."></release> + <release version="1.0" date="2005-07-11" description="Initial release; supports Cobertura 1.4."/> </body> </document> |
From: Carlos S. <car...@us...> - 2005-10-14 00:38:08
|
carlossg 05/10/13 17:38:02 Modified: cobertura/xdocs changes.xml Log: Fixed version Revision Changes Path 1.15 +1 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- changes.xml 6 Oct 2005 21:29:24 -0000 1.14 +++ changes.xml 14 Oct 2005 00:38:02 -0000 1.15 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.2" date="in CVS"> + <release version="1.2-SNAPSHOT" date="in CVS"> <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> <action dev="carlossg" type="add">Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties.</action> <action dev="carlossg" type="fix">Fixed cobertura check goal always checking against 50%.</action> |
From: Carlos S. <car...@us...> - 2005-10-14 01:56:11
|
carlossg 05/10/13 18:56:05 Modified: cobertura/xdocs changes.xml Log: Improved doc Revision Changes Path 1.16 +3 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 14 Oct 2005 00:38:02 -0000 1.15 +++ changes.xml 14 Oct 2005 01:56:05 -0000 1.16 @@ -25,7 +25,9 @@ <release version="1.2-SNAPSHOT" date="in CVS"> <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> <action dev="carlossg" type="add">Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties.</action> - <action dev="carlossg" type="fix">Fixed cobertura check goal always checking against 50%.</action> + <action dev="carlossg" type="fix"> + Renamed maven.cobertura.check.branch to maven.cobertura.check.branchrate and maven.cobertura.check.lineh to maven.cobertura.check.linerate. + Fixes cobertura check goal always checking against 50%.</action> </release> <release version="1.1.1" date="2005-09-21"> <action dev="carlossg" type="fix">Fixed problems that caused 0 percent coverage always.</action> |
From: Carlos S. <car...@us...> - 2006-02-16 17:57:47
|
carlossg 06/02/16 09:57:38 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: Upgrade to cobertura 1.7 Revision Changes Path 1.24 +3 -9 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 11 Oct 2005 06:29:04 -0000 1.23 +++ project.xml 16 Feb 2006 17:57:38 -0000 1.24 @@ -55,7 +55,7 @@ <dependency> <groupId>cobertura</groupId> <artifactId>cobertura</artifactId> - <version>1.6</version> + <version>1.7</version> <url>http://cobertura.sourceforge.net</url> </dependency> <dependency> @@ -67,22 +67,16 @@ <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> - <version>2.0</version> + <version>2.1</version> <url>http://asm.objectweb.org</url> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.8</version> + <version>1.2.9</version> <url>http://logging.apache.org/log4j</url> </dependency> <dependency> - <groupId>urbanophile</groupId> - <artifactId>java-getopt</artifactId> - <version>1.0.9</version> - <url>http://www.urbanophile.com/arenn/hacking/download.html</url> - </dependency> - <dependency> <groupId>javancss</groupId> <artifactId>ccl</artifactId> <version>21.41</version> 1.17 +1 -0 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 14 Oct 2005 01:56:05 -0000 1.16 +++ changes.xml 16 Feb 2006 17:57:38 -0000 1.17 @@ -23,6 +23,7 @@ </properties> <body> <release version="1.2-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="update">Upgrade to cobertura 1.7.</action> <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> <action dev="carlossg" type="add">Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties.</action> <action dev="carlossg" type="fix"> |