Author: dgolovin
Date: 2010-11-22 15:01:56 -0500 (Mon, 22 Nov 2010)
New Revision: 26828
Modified:
trunk/build/pom.xml
trunk/pom.xml
Log:
https://jira.jboss.org/browse/JBIDE-7440 Between build #79 and #80, 874 tests disappeared
fix for latest test build errors. now root pom.xml in trunk work the same way as
build/pom.xml
mo coverage property required anymore coverage profile should be used
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2010-11-22 17:34:54 UTC (rev 26827)
+++ trunk/build/pom.xml 2010-11-22 20:01:56 UTC (rev 26828)
@@ -13,9 +13,7 @@
<profile>
<id>libs</id>
<activation>
- <property>
- <name>coverage</name>
- </property>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>libs</module>
@@ -614,6 +612,16 @@
</modules>
</profile>
+ <profile>
+ <id>aggregate-coverage</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>reports/emma-coverage</module>
+ </modules>
+ </profile>
+
</profiles>
</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-22 17:34:54 UTC (rev 26827)
+++ trunk/pom.xml 2010-11-22 20:01:56 UTC (rev 26828)
@@ -8,10 +8,7 @@
<packaging>pom</packaging>
<modules>
<module>build/parent</module>
- <!-- this is included in the build pom when coverage profile is enabled
<module>build/libs</module> -->
<module>build</module>
- <module>build/reports/emma-coverage</module>
</modules>
-
</project>