Author: lfryc(a)redhat.com
Date: 2009-12-18 05:02:13 -0500 (Fri, 18 Dec 2009)
New Revision: 16168
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
Log:
- RF-demo Ftest - copy richfaces-demo.war from ${demo.location} although destination file
is newer
Modified: branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-12-18
09:36:13 UTC (rev 16167)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-12-18
10:02:13 UTC (rev 16168)
@@ -390,7 +390,7 @@
</goals>
<configuration>
<tasks>
- <copy file="${demo.location}"
tofile="${project.build.directory}/richfaces-demo.war" verbose="true"
/>
+ <copy file="${demo.location}"
tofile="${project.build.directory}/richfaces-demo.war"
overwrite="true" verbose="true" />
</tasks>
</configuration>
</execution>
@@ -463,7 +463,7 @@
</property>
</activation>
<properties>
- <container.home>${project.build.directory}/installs/apache-tomcat-${container.version}/apache-tomcat-${container.version}</container.home>
+ <container.home>${project.build.directory}/installs/apache-tomcat-r.version}/apache-tomcat-${container.version}</container.home>
</properties>
<build>
<plugins>
Show replies by date