Hrm, Maven uses surefire-reports. Which is retarded. But we can use
test-reports which perhaps more recognizable to Maven users. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2948 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
<sysproperty key="test_dir" value="${tclasses.dir}"/>
|
||||
<formatter type="brief" usefile="false"/>
|
||||
<formatter type="xml"/>
|
||||
<batchtest todir="${deploy.dir}/test-output">
|
||||
<batchtest todir="${deploy.dir}/test-reports">
|
||||
<fileset dir="${test.dir}" includes="**/*${test}*Test.java"/>
|
||||
</batchtest>
|
||||
</unit>
|
||||
|
||||
Reference in New Issue
Block a user