Author: fmeschbe
Date: Wed Jan 28 13:38:53 2009
New Revision: 738481
URL: http://svn.apache.org/viewvc?rev=738481&view=rev
Log:
Create the cargo work directory inside target (instead of /tmp/cargo)
Modified:
incubator/sling/trunk/launchpad/testing/pom.xml
Modified: incubator/sling/trunk/launchpad/testing/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/pom.xml?rev=738481&r1=738480&r2=738481&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/launchpad/testing/pom.xml Wed Jan 28 13:38:53 2009
@@ -450,6 +450,7 @@
</systemProperties>
</container>
<configuration>
+ <home>${project.build.directory}/cargo</home>
<properties>
<cargo.servlet.port>
${http.port}