You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by md...@apache.org on 2009/09/24 12:03:08 UTC

svn commit: r818423 - /jackrabbit/trunk/jackrabbit-jcr-client/pom.xml

Author: mduerig
Date: Thu Sep 24 10:03:08 2009
New Revision: 818423

URL: http://svn.apache.org/viewvc?rev=818423&view=rev
Log:
JCR-2319: jackrabbit-jcr-client should put all test data under ./target

Modified:
    jackrabbit/trunk/jackrabbit-jcr-client/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-client/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-client/pom.xml?rev=818423&r1=818422&r2=818423&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-client/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-client/pom.xml Thu Sep 24 10:03:08 2009
@@ -55,6 +55,7 @@
                     <includes>
                         <include>**/*Test.java</include>
                     </includes>
+                    <workingDirectory>target</workingDirectory> 
                     <forkMode>once</forkMode>
                     <argLine>-Xmx128m -enableassertions</argLine>
                 </configuration>