Author: gmcdonald
Date: Mon Dec 14 02:24:24 2009
New Revision: 890157
URL: http://svn.apache.org/viewvc?rev=890157&view=rev
Log:
temporary removal of coverage/surefire reporting
Modified:
incubator/log4php/trunk/pom.xml
Modified: incubator/log4php/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=890157&r1=890156&r2=890157&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Mon Dec 14 02:24:24 2009
@@ -234,9 +234,9 @@
</configuration>
</execution>
- <!--+
+ <!--
| PHPUnit (and XDebug for the coverage report) must be
installed for this execution
- +-->
+
<execution>
<id>test</id>
<phase>test</phase>
@@ -248,9 +248,9 @@
<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 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">
@@ -258,7 +258,8 @@
</xslt>
</tasks>
</configuration>
- </execution>
+ </execution>
+ -->
</executions>
</plugin>