You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/05/23 05:29:04 UTC

svn commit: r777785 - /webservices/juddi/branches/v3_trunk/uddi-client/pom.xml

Author: kstam
Date: Sat May 23 03:29:03 2009
New Revision: 777785

URL: http://svn.apache.org/viewvc?rev=777785&view=rev
Log:
Force the copying of the server.xml

Modified:
    webservices/juddi/branches/v3_trunk/uddi-client/pom.xml

Modified: webservices/juddi/branches/v3_trunk/uddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-client/pom.xml?rev=777785&r1=777784&r2=777785&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-client/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-client/pom.xml Sat May 23 03:29:03 2009
@@ -130,7 +130,7 @@
 						<configuration>
 							<tasks>
 								<unzip dest="target" src="target/juddi-tomcat-3.0.0.SNAPSHOT.zip" />
-								<copy file="${basedir}/server.xml" todir="target/juddi-tomcat-3.0.0.SNAPSHOT/conf" />
+								<copy file="${basedir}/server.xml" todir="target/juddi-tomcat-3.0.0.SNAPSHOT/conf" overwrite="true"/>
 							</tasks>
 						</configuration>
 						<goals>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org