You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(12) |
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(9) |
Feb
(6) |
Mar
(1) |
Apr
(85) |
May
(9) |
Jun
|
Jul
(6) |
Aug
(85) |
Sep
(42) |
Oct
(27) |
Nov
(15) |
Dec
(27) |
2004 |
Jan
(39) |
Feb
(52) |
Mar
(43) |
Apr
(32) |
May
(18) |
Jun
(5) |
Jul
(63) |
Aug
(69) |
Sep
(12) |
Oct
(80) |
Nov
(55) |
Dec
(30) |
2005 |
Jan
(27) |
Feb
(6) |
Mar
(43) |
Apr
(5) |
May
(48) |
Jun
(48) |
Jul
(100) |
Aug
(16) |
Sep
(43) |
Oct
(25) |
Nov
(249) |
Dec
(2) |
2006 |
Jan
(9) |
Feb
(2) |
Mar
|
Apr
(26) |
May
(21) |
Jun
(8) |
Jul
(14) |
Aug
(104) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(32) |
Feb
|
Mar
(2) |
Apr
|
May
(38) |
Jun
(2) |
Jul
(9) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carlos S. <car...@us...> - 2005-09-22 03:05:00
|
carlossg 05/09/21 20:04:52 Modified: . maven.xml project.properties Log: Fix release problem when using scm:perform-release Set JVM source and target to 1.3 Set right properties to deploy site to SF Revision Changes Path 1.35 +7 -6 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- maven.xml 12 Aug 2005 17:47:32 -0000 1.34 +++ maven.xml 22 Sep 2005 03:04:52 -0000 1.35 @@ -119,13 +119,14 @@ project.xml, maven.xml, project.properties, but tag will not be set --> <!-- perhaps copy extended project.xml into current directory, merge higher extends, commit & tag, replace extends in main POM? --> - <postGoal name="scm:cvs-checkout-project"> + <postGoal name="scm:checkout"> <maven:pluginVar plugin="maven-scm-plugin" property="maven.scm.checkout.dir" var="dir" /> - <ant:mkdir dir="${dir}/maven-plugins" /> - <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file}" /> - <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/project.properties" /> - <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/LICENSE.txt" /> - <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/plugin-project.xml" /> + <ant:mkdir dir="${dir}/.." /> + <ant:copy todir="${dir}/.." file="${pom.parent.file}" /> + <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/project.properties" /> + <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/build.properties" failonerror="false"/> + <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/LICENSE.txt" /> + <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/plugin-project.xml" /> </postGoal> <preGoal name="xdoc:jelly-transform"> 1.16 +8 -0 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.properties 12 Aug 2005 17:47:32 -0000 1.15 +++ project.properties 22 Sep 2005 03:04:52 -0000 1.16 @@ -34,3 +34,11 @@ #facililitate downloading dependencies maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository + +maven.site.tar.options=xvf + +# We are targetting the 1.3 JVM and above +maven.compile.target=1.3 +maven.compile.source=1.3 + +maven.scm.checkout.dir=${maven.build.dir}/checkout/currentplugin |
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-09-22 02:35:27
|
carlossg 05/09/21 19:35:22 Modified: cobertura plugin.jelly Log: Remove cobertura datafile after clean Revision Changes Path 1.14 +5 -0 maven-plugins/cobertura/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- plugin.jelly 22 Sep 2005 02:34:41 -0000 1.13 +++ plugin.jelly 22 Sep 2005 02:35:22 -0000 1.14 @@ -313,4 +313,9 @@ </goal> + <!-- Remove cobertura datafile after clean --> + <postGoal name="clean:clean"> + <delete file="${maven.cobertura.datafile}"/> + </postGoal> + </project> |
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:33:24
|
carlossg 05/09/21 19:33:18 Added: cobertura/src/plugin-test maven.xml project.xml cobertura/src/plugin-test/testGenerateReportWhenTestFails maven.xml project.xml cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/main/org/apache/maven/cobertura/test Simple.java cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/test/org/apache/maven/cobertura/test SimpleTest.java cobertura/src/plugin-test/testSimple maven.xml project.xml cobertura/src/plugin-test/testSimple/src/main/org/apache/maven/cobertura/test Simple.java cobertura/src/plugin-test/testSimple/src/test/org/apache/maven/cobertura/test SimpleTest.java Log: Added test cases Revision Changes Path 1.1 maven-plugins/cobertura/src/plugin-test/maven.xml Index: maven.xml =================================================================== <!-- /* * Copyright 2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <project default="testPlugin" xmlns:j="jelly:core"> <goal name="testPlugin"> <j:set var="goal" value="testPlugin"/> <attainGoal name="multiproject:goal"/> </goal> </project> 1.1 maven-plugins/cobertura/src/plugin-test/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2001-2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <project> <pomVersion>3</pomVersion> <groupId>maven</groupId> <currentVersion>1.0</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> </organization> <inceptionYear>2003</inceptionYear> <package>org.apache.maven.cobertura.test</package> <shortDescription>Test project for Maven Cobertura plugin</shortDescription> <url>http://maven.apache.org/reference/plugins/cobertura/</url> <repository> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/cobertura/</connection> <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/cobertura/</url> </repository> <mailingLists/> <developers/> <dependencies/> <build> <sourceDirectory>src/main</sourceDirectory> <unitTestSourceDirectory>src/test</unitTestSourceDirectory> <unitTest> <includes> <include>**/*Test.java</include> </includes> </unitTest> </build> </project> 1.1 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/maven.xml Index: maven.xml =================================================================== <!-- /* * Copyright 2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <project default="testPlugin" xmlns:util="jelly:util" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:x="jelly:xml" xmlns:maven="jelly:maven" xmlns:assert="assert"> <goal name="testPlugin"> <!-- Fixture --> <attainGoal name="clean"/> <attainGoal name="cobertura"/> <echo>${maven.docs.dest}/cobertura/index.html</echo> <assert:assertFile file="${maven.docs.dest}/cobertura/index.html"/> </goal> </project> 1.1 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <project> <extend>${basedir}/../project.xml</extend> <artifactId>testGenerateReportWhenNoTests</artifactId> <name>testGenerateReportWhenTestFails</name> </project> 1.1 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/main/org/apache/maven/cobertura/test/Simple.java Index: Simple.java =================================================================== package org.apache.maven.cobertura.test; /* ==================================================================== * Copyright 2001-2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ==================================================================== */ public class Simple { public void someMethod() { } } 1.1 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/test/org/apache/maven/cobertura/test/SimpleTest.java Index: SimpleTest.java =================================================================== package org.apache.maven.cobertura.test; /* ==================================================================== * Copyright 2001-2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ==================================================================== */ import junit.framework.TestCase; public class SimpleTest extends TestCase { public void testSomeMethod() throws Exception { throw new Exception("Make test fail"); } } 1.1 maven-plugins/cobertura/src/plugin-test/testSimple/maven.xml Index: maven.xml =================================================================== <!-- /* * Copyright 2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <project default="testPlugin" xmlns:util="jelly:util" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:x="jelly:xml" xmlns:maven="jelly:maven" xmlns:assert="assert"> <goal name="testPlugin"> <!-- Fixture --> <attainGoal name="clean"/> <attainGoal name="cobertura"/> <assert:assertFile file="${maven.docs.dest}/cobertura/index.html"/> </goal> </project> 1.1 maven-plugins/cobertura/src/plugin-test/testSimple/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <project> <extend>${basedir}/../project.xml</extend> <artifactId>testSimple</artifactId> <name>testSimple</name> </project> 1.1 maven-plugins/cobertura/src/plugin-test/testSimple/src/main/org/apache/maven/cobertura/test/Simple.java Index: Simple.java =================================================================== package org.apache.maven.cobertura.test; /* ==================================================================== * Copyright 2001-2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ==================================================================== */ public class Simple { public void someMethod() { } } 1.1 maven-plugins/cobertura/src/plugin-test/testSimple/src/test/org/apache/maven/cobertura/test/SimpleTest.java Index: SimpleTest.java =================================================================== package org.apache.maven.cobertura.test; /* ==================================================================== * Copyright 2001-2005 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ==================================================================== */ import junit.framework.TestCase; public class SimpleTest extends TestCase { public void testSomeMethod() { Simple simple = new Simple(); simple.someMethod(); } } |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:39
|
carlossg 05/09/21 19:32:34 maven-plugins/cobertura/src/plugin-test/testSimple/src/test/org/apache/maven/cobertura/test - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:35
|
carlossg 05/09/21 19:32:30 maven-plugins/cobertura/src/plugin-test/testSimple/src/test/org/apache/maven/cobertura - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:31
|
carlossg 05/09/21 19:32:24 maven-plugins/cobertura/src/plugin-test/testSimple/src/test/org/apache/maven - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:27
|
carlossg 05/09/21 19:32:19 maven-plugins/cobertura/src/plugin-test/testSimple/src/test/org/apache - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:20
|
carlossg 05/09/21 19:32:14 maven-plugins/cobertura/src/plugin-test/testSimple/src/test/org - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:11
|
carlossg 05/09/21 19:32:05 maven-plugins/cobertura/src/plugin-test/testSimple/src/main/org/apache/maven/cobertura/test - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:07
|
carlossg 05/09/21 19:32:01 maven-plugins/cobertura/src/plugin-test/testSimple/src/main/org/apache/maven/cobertura - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:32:02
|
carlossg 05/09/21 19:31:56 maven-plugins/cobertura/src/plugin-test/testSimple/src/main/org/apache/maven - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:56
|
carlossg 05/09/21 19:31:51 maven-plugins/cobertura/src/plugin-test/testSimple/src/main/org/apache - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:52
|
carlossg 05/09/21 19:31:47 maven-plugins/cobertura/src/plugin-test/testSimple/src/main/org - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:49
|
carlossg 05/09/21 19:31:43 maven-plugins/cobertura/src/plugin-test/testSimple/src/main - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:49
|
carlossg 05/09/21 19:31:43 maven-plugins/cobertura/src/plugin-test/testSimple/src/test - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:45
|
carlossg 05/09/21 19:31:39 maven-plugins/cobertura/src/plugin-test/testSimple/src - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:37
|
carlossg 05/09/21 19:31:31 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/test/org/apache/maven/cobertura/test - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:32
|
carlossg 05/09/21 19:31:27 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/test/org/apache/maven/cobertura - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:30
|
carlossg 05/09/21 19:31:23 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/test/org/apache/maven - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:26
|
carlossg 05/09/21 19:31:20 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/test/org/apache - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:22
|
carlossg 05/09/21 19:31:16 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/test/org - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:15
|
carlossg 05/09/21 19:31:09 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/main/org/apache/maven/cobertura/test - New directory |
From: Carlos S. <car...@us...> - 2005-09-22 02:31:12
|
carlossg 05/09/21 19:31:05 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenTestFails/src/main/org/apache/maven/cobertura - New directory |