[richfaces-svn-commits] JBoss Rich Faces SVN: r14113 - trunk/examples/photoalbum/tests.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 12 08:17:52 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-05-12 08:17:51 -0400 (Tue, 12 May 2009)
New Revision: 14113

Modified:
   trunk/examples/photoalbum/tests/pom.xml
Log:
fix update images

Modified: trunk/examples/photoalbum/tests/pom.xml
===================================================================
--- trunk/examples/photoalbum/tests/pom.xml	2009-05-12 10:22:40 UTC (rev 14112)
+++ trunk/examples/photoalbum/tests/pom.xml	2009-05-12 12:17:51 UTC (rev 14113)
@@ -109,6 +109,17 @@
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-scm-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>fetch-feature</id>
+						<phase>none</phase>
+					</execution>
+				</executions>
+			</plugin>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<version>2.4.3</version>
 				<configuration>
@@ -133,7 +144,7 @@
 					</execution>
 				</executions>
 			</plugin>
-						<plugin>
+			<plugin>
 				<groupId>org.codehaus.cargo</groupId>
 				<artifactId>cargo-maven2-plugin</artifactId>
 				<version>1.0-beta-2</version>




More information about the richfaces-svn-commits mailing list