You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/01/29 22:37:11 UTC

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

Author: tcunning
Date: Thu Jan 29 21:37:11 2009
New Revision: 739027

URL: http://svn.apache.org/viewvc?rev=739027&view=rev
Log:
JUDDI-172
Make sure we're using juddi-tomcat.

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=739027&r1=739026&r2=739027&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-client/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-client/pom.xml Thu Jan 29 21:37:11 2009
@@ -116,12 +116,16 @@
 	    <groupId>org.codehaus.cargo</groupId>
 	    <artifactId>cargo-maven2-plugin</artifactId>
             <configuration>
-		<wait>false</wait>
-	        <container>
+	      <wait>false</wait>
+	      <container>
 		<containerId>tomcat5x</containerId>
-                <home>target/juddi-tomcat-3.0.0.SNAPSHOT/apache-tomcat-5.5.23</home>
-		</container>
-	        </configuration>
+   		<home>${basedir}/target/juddi-tomcat-3.0.0.SNAPSHOT/apache-tomcat-5.5.23</home>
+	      </container>
+	      <configuration>
+	      <type>existing</type>
+	      <home>${project.build.directory}/juddi-tomcat-3.0.0.SNAPSHOT/apache-tomcat-5.5.23</home>
+	    </configuration>
+	    </configuration>
 		<executions>
 		  <execution>
 			<id>start-container</id>



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