aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authornickl- <github@jigsoft.co.za>2017-10-25 21:08:57 +0200
committernickl- <github@jigsoft.co.za>2017-10-27 17:40:48 +0200
commit6a8f1acef3be306ef770db70bb0d4a2143a17deb (patch)
treedbd4ace95e5a12b4f755b99e38408dcbe41b1b53 /pom.xml
parente41e0790c0cb073e9e2e30071afecfcdc4621d42 (diff)
downloadjavassist-6a8f1acef3be306ef770db70bb0d4a2143a17deb.tar.gz
javassist-6a8f1acef3be306ef770db70bb0d4a2143a17deb.zip
Move runtests to build directory.
Move the test output folder 'runtests' to target or build directory so that mvn clean can clean that.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 06d1f6da..3d5d63dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<include>javassist/JvstTest.java</include>
</includes>
<forkMode>once</forkMode>
- <workingDirectory>runtest</workingDirectory>
+ <workingDirectory>${project.build.directory}/runtest</workingDirectory>
</configuration>
</plugin>
<plugin>