Prevent the build from creating the Jackrabbit repository in the source tree (instead, create it in the target directory).


git-svn-id: https://svn.apache.org/repos/asf/abdera/java/trunk@1454715 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/adapters/jcr/pom.xml b/adapters/jcr/pom.xml
index e83bd94..07c08f5 100644
--- a/adapters/jcr/pom.xml
+++ b/adapters/jcr/pom.xml
@@ -93,6 +93,8 @@
         <configuration>
           <systemPropertyVariables>
             <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
+            <org.apache.jackrabbit.repository.conf>${project.build.directory}/repository.xml</org.apache.jackrabbit.repository.conf>
+            <org.apache.jackrabbit.repository.home>${project.build.directory}/repository</org.apache.jackrabbit.repository.home>
           </systemPropertyVariables>
         </configuration>
       </plugin>