You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2020/12/20 12:43:40 UTC

[axis-axis1-java] branch master updated: Prevent spring-compat-tests from writing to the source directory

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 9811a93  Prevent spring-compat-tests from writing to the source directory
9811a93 is described below

commit 9811a93521302be583d714ce3f9cf8975d4fd4ab
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Dec 20 12:43:28 2020 +0000

    Prevent spring-compat-tests from writing to the source directory
---
 tests/spring-compat-tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)

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>