You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:26:27 UTC

[maven-ant-plugin] 09/50: add todir on batchtest to save reports

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit a8f21e67931fa5e3c7ccaa49c1e019f7b964129c
Author: Brett Leslie Porter <br...@apache.org>
AuthorDate: Fri Aug 19 04:27:34 2005 +0000

    add todir on batchtest to save reports
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-ant-plugin@233431 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java b/src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java
index d1d9478..118b669 100644
--- a/src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java
+++ b/src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java
@@ -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" );

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.