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 <andreas.veit...@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>