try to fix CI run

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2011-12-30 16:07:57 +00:00
parent 1ff17e2f4b
commit 0b6f9741e3
2 changed files with 2 additions and 2 deletions

View File

@ -73,4 +73,4 @@ mvn -Preporting site
Currently deployed {{{./surefire-report.html}Surefire Report}} was generated with following environment:
%{snippet|file=${project.build.directory}/surefire-reports/info.txt}
%{snippet|file=${project.build.directory}/info.txt}

View File

@ -61,7 +61,7 @@ public class IntegrationTestSuite
System.setProperty( "maven.version", mavenVersion );
String basedir = System.getProperty( "basedir" );
info = new PrintStream( new FileOutputStream( new File( basedir, "target/surefire-reports/info.txt" ) ) );
info = new PrintStream( new FileOutputStream( new File( basedir, "target/info.txt" ) ) );
infoProperty( info, "maven.version" );
infoProperty( info, "java.version" );