[richfaces-svn-commits] JBoss Rich Faces SVN: r14100 - trunk/examples/photoalbum/source/ear.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 11 10:19:49 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-05-11 10:19:49 -0400 (Mon, 11 May 2009)
New Revision: 14100

Modified:
   trunk/examples/photoalbum/source/ear/pom.xml
Log:
correct build script

Modified: trunk/examples/photoalbum/source/ear/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/ear/pom.xml	2009-05-11 08:21:42 UTC (rev 14099)
+++ trunk/examples/photoalbum/source/ear/pom.xml	2009-05-11 14:19:49 UTC (rev 14100)
@@ -106,33 +106,33 @@
 		<profile>
 			<id>richfaces</id>
 			
-			<build>
-				<plugins>
-					<plugin>
-					   <groupId>org.apache.maven.plugins</groupId>
-					   <artifactId>maven-resources-plugin</artifactId>
-						<version>2.3</version>
-						<executions>
-							<execution>
-								<id>copy-prod-resources</id>
-								<phase>install</phase>
-								<goals>
-									<goal>copy-resources</goal>
-								</goals>
-								<configuration>
-									<outputDirectory>dist</outputDirectory>
-									<resources>
-										<resource>
-											<directory>target/*.ear</directory>
-											<filtering>true</filtering>
-										</resource>
-									</resources>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
+			<!--<build>-->
+				<!--<plugins>-->
+					<!--<plugin>-->
+					   <!--<groupId>org.apache.maven.plugins</groupId>-->
+					   <!--<artifactId>maven-resources-plugin</artifactId>-->
+						<!--<version>2.3</version>-->
+						<!--<executions>-->
+							<!--<execution>-->
+								<!--<id>copy-prod-resources</id>-->
+								<!--<phase>install</phase>-->
+								<!--<goals>-->
+									<!--<goal>copy-resources</goal>-->
+								<!--</goals>-->
+								<!--<configuration>-->
+									<!--<outputDirectory>dist</outputDirectory>-->
+									<!--<resources>-->
+										<!--<resource>-->
+											<!--<directory>target/*.ear</directory>-->
+											<!--<filtering>true</filtering>-->
+										<!--</resource>-->
+									<!--</resources>-->
+								<!--</configuration>-->
+							<!--</execution>-->
+						<!--</executions>-->
+					<!--</plugin>-->
+				<!--</plugins>-->
+			<!--</build>-->
 		</profile>
 	</profiles>
 




More information about the richfaces-svn-commits mailing list