Author: dgolovin
Date: 2010-07-15 15:49:30 -0400 (Thu, 15 Jul 2010)
New Revision: 23437
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:45:24 UTC (rev 23436)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15
19:49:30 UTC (rev 23437)
@@ -16,20 +16,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
- <configuration>
- <goals>install</goals>
- </configuration>
</plugin>
- </plugins>
- <executions>
+ <executions>
<execution>
<id>suite2</id>
<goals>
<goal>scm:bootstrap</goal>
</goals>
+ <configuration>
+ <goals>install</goals>
+ </configuration>
</execution>
</executions>
+ </plugins>
</build>
-
-
</project>
\ No newline at end of file
Show replies by date