Author: jdcasey
Date: Wed Dec 10 08:36:46 2008
New Revision: 725329

URL: http://svn.apache.org/viewvc?rev=725329&view=rev
Log:
Adding working directory since scm:update doesn't appear to use 
checkoutDirectory.

Modified:
    maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml

Modified: 
maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml?rev=725329&r1=725328&r2=725329&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml 
(original)
+++ maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml 
Wed Dec 10 08:36:46 2008
@@ -85,6 +85,7 @@
           <!-- Hard-coding to /tmp/ to avoid long path names that will make 
windows scream. -->
           <!-- NOT INTERPOLATED DURING PROFILE ACTIVATION, so making these 
values explicit throughout to avoid confusion. -->
           <checkoutDirectory>${itDir}</checkoutDirectory>
+          <workingDirectory>${itDir}</workingDirectory>
         </configuration>
       </plugin>
     </plugins>


Reply via email to