add todir on batchtest to save reports

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@233431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-08-19 04:27:34 +00:00
parent d20e899dc8
commit 1afa38d91e
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ public class AntBuildWriter
writer.endElement(); // classpath
writer.startElement( "batchtest" );
writer.addAttribute( "todir", "${maven.test.reports}" );
for ( Iterator i = testCompileSourceRoots.iterator(); i.hasNext(); )
{
writer.startElement( "fileset" );