diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-11-16 15:39:51 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-11-16 15:39:51 +0000 |
commit | c0e2f60d9eb6fd9a20e41a8d6bb381a7e7dc1ee5 (patch) | |
tree | d088e735602eca591e8e91038e2e865b385d5b2f /sonar/main | |
parent | b54c63f113e706e037058a4ba5b03c3bc1413fc2 (diff) | |
download | poi-c0e2f60d9eb6fd9a20e41a8d6bb381a7e7dc1ee5.tar.gz poi-c0e2f60d9eb6fd9a20e41a8d6bb381a7e7dc1ee5.zip |
Try to fix ImageIO cache error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/main')
-rw-r--r-- | sonar/main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index d188c14f56..b4ed72f4a1 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -103,7 +103,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${maven.plugin.surefire.version}</version> <configuration> - <argLine>@{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -Djava.io.tmpdir=target/tmp -XX:-OmitStackTraceInFastThrow</argLine> + <argLine>@{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -Djava.io.tmpdir=${basedir}/target/tmp -XX:-OmitStackTraceInFastThrow</argLine> </configuration> </plugin> </plugins> |