Prevent spring-compat-tests from writing to the source directory
diff --git a/tests/spring-compat-tests/pom.xml b/tests/spring-compat-tests/pom.xml
index 67906b8..3fee5e4 100644
--- a/tests/spring-compat-tests/pom.xml
+++ b/tests/spring-compat-tests/pom.xml
@@ -127,6 +127,7 @@
                                 <resourceBase>src/main/webapp</resourceBase>
                                 <resourceBase>${project.build.directory}/webapp</resourceBase>
                             </resourceBases>
+                            <argLine>${argLine} -Daxis.attachments.Directory=${project.build.directory}/tmp/attachments</argLine>
                         </configuration>
                     </execution>
                     <execution>