diff options
author | nickl- <github@jigsoft.co.za> | 2017-10-25 21:08:57 +0200 |
---|---|---|
committer | nickl- <github@jigsoft.co.za> | 2017-10-27 17:40:48 +0200 |
commit | 6a8f1acef3be306ef770db70bb0d4a2143a17deb (patch) | |
tree | dbd4ace95e5a12b4f755b99e38408dcbe41b1b53 /pom.xml | |
parent | e41e0790c0cb073e9e2e30071afecfcdc4621d42 (diff) | |
download | javassist-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |