You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/04/20 22:54:12 UTC

svn commit: r530915 - in /logging/sandbox/log4j/component: ./ pom.xml

Author: carnold
Date: Fri Apr 20 13:54:12 2007
New Revision: 530915

URL: http://svn.apache.org/viewvc?view=rev&rev=530915
Log:
Bug 42904: Fix coverage report generation

Modified:
    logging/sandbox/log4j/component/   (props changed)
    logging/sandbox/log4j/component/pom.xml

Propchange: logging/sandbox/log4j/component/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr 20 13:54:12 2007
@@ -0,0 +1,3 @@
+target
+cobertura.ser
+surefire*

Modified: logging/sandbox/log4j/component/pom.xml
URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/component/pom.xml?view=diff&rev=530915&r1=530914&r2=530915
==============================================================================
--- logging/sandbox/log4j/component/pom.xml (original)
+++ logging/sandbox/log4j/component/pom.xml Fri Apr 20 13:54:12 2007
@@ -34,7 +34,7 @@
   </issueManagement>
   <ciManagement>
   		<system>Gump</system>
-  		 <url>http://vmgump.apache.org/gump/public/logging-log4j/logging-log4j/index.html</url>
+  		 <url>http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/index.html</url>
   </ciManagement>
 <mailingLists>
 	<mailingList>
@@ -156,7 +156,9 @@
     </plugin> 
 	<plugin> 
  		<groupId>org.codehaus.mojo</groupId> 
- 		<artifactId>cobertura-maven-plugin</artifactId> 
+ 		<artifactId>cobertura-maven-plugin</artifactId>
+		<!-- version 2.1 was flawed and reports 100% coverage  -->
+		<version>2.0</version>
 	</plugin> 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org