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/02/04 08:04:53 UTC

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

Author: tcunning
Date: Wed Feb  4 07:04:52 2009
New Revision: 740636

URL: http://svn.apache.org/viewvc?rev=740636&view=rev
Log:
JUDDI-179
Use dependency path variable to resolve juddi-tomcat zip.

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=740636&r1=740635&r2=740636&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-client/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-client/pom.xml Wed Feb  4 07:04:52 2009
@@ -38,6 +38,12 @@
   </pluginRepositories>
   <dependencies>
     <dependency>
+	<groupId>org.apache.juddi</groupId>
+ 	<artifactId>juddi-tomcat</artifactId>
+	<version>3.0.0.SNAPSHOT</version>
+ 	<type>zip</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.juddi</groupId>
         <artifactId>uddi-ws</artifactId>
         <version>3.0.0.SNAPSHOT</version>
@@ -106,7 +112,7 @@
             <phase>pre-integration-test</phase>
             <configuration>
               <tasks>
-		<unzip dest="target" src="${project.parent.basedir}/juddi-tomcat/target/juddi-tomcat-${pom.version}.zip"/>
+		<unzip dest="target" src="${maven.dependency.org.apache.juddi.juddi-tomcat.zip.path}"/>
 	        <copy file="${basedir}/server.xml" todir="target/juddi-tomcat-3.0.0.SNAPSHOT/apache-tomcat-5.5.23/conf"/>
 	      </tasks>
             </configuration>



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