Author: dgolovin
Date: 2010-07-15 16:42:33 -0400 (Thu, 15 Jul 2010)
New Revision: 23451
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml
workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
Log:
Modified: workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml 2010-07-15
20:38:07 UTC (rev 23450)
+++ workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml 2010-07-15
20:42:33 UTC (rev 23451)
@@ -26,7 +26,7 @@
<id>suite2</id>
<phase>install</phase>
<goals>
- <goal>checkout</goal>
+ <goal>bootstrap</goal>
</goals>
</execution>
</executions>
Modified: workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15
20:38:07 UTC (rev 23450)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15
20:42:33 UTC (rev 23451)
@@ -19,13 +19,14 @@
<configuration>
<checkoutDirectory>${basedir}/../../tests</checkoutDirectory>
<goals>install</goals>
+ <profiles>helios-no-target</profiles>
</configuration>
<executions>
<execution>
<id>suite2</id>
<phase>install</phase>
<goals>
- <goal>checkout</goal>
+ <goal>bootstrap</goal>
</goals>
</execution>
</executions>
Show replies by date