using ${project.build.directory} as java.io.tmpdir for test was a bad idea
Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/0b8de4c8 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/0b8de4c8 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/0b8de4c8 Branch: refs/heads/master Commit: 0b8de4c8da88fcce924682b080f43d77f09cad01 Parents: b48a615 Author: olivier lamy <ol...@apache.org> Authored: Sun Oct 14 16:00:26 2012 +0200 Committer: olivier lamy <ol...@apache.org> Committed: Sun Oct 14 16:00:26 2012 +0200 ---------------------------------------------------------------------- .../maven-scm-providers-git/pom.xml | 3 --- maven-scm-providers/pom.xml | 6 ------ 2 files changed, 0 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/0b8de4c8/maven-scm-providers/maven-scm-providers-git/pom.xml ---------------------------------------------------------------------- diff --git a/maven-scm-providers/maven-scm-providers-git/pom.xml b/maven-scm-providers/maven-scm-providers-git/pom.xml index 652453b..290f291 100644 --- a/maven-scm-providers/maven-scm-providers-git/pom.xml +++ b/maven-scm-providers/maven-scm-providers-git/pom.xml @@ -53,9 +53,6 @@ <excludes> <exclude>nothing</exclude> </excludes> - <systemPropertyVariables> - <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> - </systemPropertyVariables> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/maven-scm/blob/0b8de4c8/maven-scm-providers/pom.xml ---------------------------------------------------------------------- diff --git a/maven-scm-providers/pom.xml b/maven-scm-providers/pom.xml index 7534701..41dd195 100644 --- a/maven-scm-providers/pom.xml +++ b/maven-scm-providers/pom.xml @@ -90,9 +90,6 @@ <excludes> <exclude>**/*TckTest.java</exclude> </excludes> - <systemPropertyVariables> - <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> - </systemPropertyVariables> </configuration> </plugin> </plugins> @@ -109,9 +106,6 @@ <includes> <include>**/*Test*.java</include> </includes> - <systemPropertyVariables> - <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> - </systemPropertyVariables> </configuration> </plugin> </plugins>