We need to set the test_dir property.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1000 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-11-18 05:55:52 +00:00
parent 1ec03f4ae5
commit 71930f8ec7
+3
View File
@@ -164,6 +164,9 @@
<includes>
<include>com/threerings/**/*Test.java</include>
</includes>
<systemPropertyVariables>
<test_dir>target/test-classes</test_dir>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>