You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2011/11/15 19:39:13 UTC

svn commit: r1202367 - /incubator/rave/trunk/rave-portal/pom.xml

Author: jasha
Date: Tue Nov 15 18:39:13 2011
New Revision: 1202367

URL: http://svn.apache.org/viewvc?rev=1202367&view=rev
Log:
RAVE-358 add tomcat download location to save downloads

Modified:
    incubator/rave/trunk/rave-portal/pom.xml

Modified: incubator/rave/trunk/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/pom.xml?rev=1202367&r1=1202366&r2=1202367&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/pom.xml (original)
+++ incubator/rave/trunk/rave-portal/pom.xml Tue Nov 15 18:39:13 2011
@@ -153,6 +153,7 @@
                         <containerId>tomcat6x</containerId>
                         <timeout>180000</timeout>
                         <zipUrlInstaller>
+                            <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                             <url>
                                 http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz
                             </url>