Author: dgolovin
Date: 2010-07-15 18:49:55 -0400 (Thu, 15 Jul 2010)
New Revision: 23459
Modified:
workspace/dgolovin/experimental-build/bootstrap-pom.xml
Log:
enable coverage for bootstrapping
Modified: workspace/dgolovin/experimental-build/bootstrap-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-pom.xml 2010-07-15 22:48:08 UTC (rev
23458)
+++ workspace/dgolovin/experimental-build/bootstrap-pom.xml 2010-07-15 22:49:55 UTC (rev
23459)
@@ -20,6 +20,9 @@
<configuration>
<checkoutDirectory>${basedir}/bootstrap-build</checkoutDirectory>
<goals>install</goals>
+ <systemProperties>
+ <coverage />
+ </systemProperties>
</configuration>
</plugin>
</plugins>
Show replies by date