Skip to content

Commit 9811a93

Browse files
committed
Prevent spring-compat-tests from writing to the source directory
1 parent 1cd08d4 commit 9811a93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/spring-compat-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<resourceBase>src/main/webapp</resourceBase>
128128
<resourceBase>${project.build.directory}/webapp</resourceBase>
129129
</resourceBases>
130+
<argLine>${argLine} -Daxis.attachments.Directory=${project.build.directory}/tmp/attachments</argLine>
130131
</configuration>
131132
</execution>
132133
<execution>

0 commit comments

Comments
 (0)