You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gm...@apache.org on 2009/12/14 03:26:34 UTC

svn commit: r890158 - /incubator/log4php/trunk/pom.xml

Author: gmcdonald
Date: Mon Dec 14 02:26:33 2009
New Revision: 890158

URL: http://svn.apache.org/viewvc?rev=890158&view=rev
Log:
temporary removal of coverage/surefire reporting take 2

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=890158&r1=890157&r2=890158&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Mon Dec 14 02:26:33 2009
@@ -234,32 +234,7 @@
                             
 						</configuration>
 					</execution>
-					<!--
-                        | PHPUnit (and XDebug for the coverage report) must be installed for this execution 
-     
-					<execution>
-                        <id>test</id>
-                        <phase>test</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            
-                            <tasks>
-                                <mkdir dir="${surefire.reports}" />
-                                <mkdir dir="${coverage.report}" />
-				<exec executable="phpunit" dir="src/test/php"> -->
-					<!--	<arg line=" --><!--log-junit ../../../${surefire.reports}/phpunit-testresults.xml" />
-					<arg line=" --<!--coverage-html ../../../${coverage.report}" />
-                                </exec>
 
-                                <xslt in="${surefire.reports}/phpunit-testresults.xml" out="${surefire.reports}/xslt.info" style="src/test/config/phpunit_to_surefire.xslt" processor="trax">
-                                    <param name="outputDir" expression="${surefire.reports}" />
-                                </xslt>
-                            </tasks>
-                        </configuration>
-		</execution>
-		                        --> 
 				</executions>
 			</plugin>