Author: dgolovin
Date: 2010-07-15 15:52:59 -0400 (Thu, 15 Jul 2010)
New Revision: 23439
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
Log:
fix xml errors in bootstrap pom
Modified: workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15
19:50:37 UTC (rev 23438)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15
19:52:59 UTC (rev 23439)
@@ -16,16 +16,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
- <executions>
- <execution>
- <id>suite2</id>
- <goals>
- <goal>scm:bootstrap</goal>
- </goals>
<configuration>
<goals>install</goals>
</configuration>
- </execution>
+ <executions>
+ <execution>
+ <id>suite2</id>
+ <phase>install</phase>
+ <goals>
+ <goal>scm:bootstrap</goal>
+ </goals>
+ </execution>
+
</executions>
</plugin>
</plugins>