Author: nickboldt
Date: 2011-09-29 14:17:32 -0400 (Thu, 29 Sep 2011)
New Revision: 35169
Modified:
trunk/build/pom-soa-tooling.xml
Log:
remove property coverage from aggregate-coverage and libs profiles; not sure why this was
this wya before but seems to have broken collection of tests in
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job...
Modified: trunk/build/pom-soa-tooling.xml
===================================================================
--- trunk/build/pom-soa-tooling.xml 2011-09-29 18:17:22 UTC (rev 35168)
+++ trunk/build/pom-soa-tooling.xml 2011-09-29 18:17:32 UTC (rev 35169)
@@ -30,9 +30,6 @@
<id>libs</id>
<activation>
<activeByDefault>true</activeByDefault>
- <property>
- <name>coverage</name>
- </property>
</activation>
<modules>
<module>libs</module>
@@ -272,9 +269,6 @@
<id>aggregate-coverage</id>
<activation>
<activeByDefault>true</activeByDefault>
- <property>
- <name>coverage</name>
- </property>
</activation>
<modules>
<module>reports/emma-coverage</module>