mirror of https://github.com/apache/maven.git
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:
parent
1ff17e2f4b
commit
0b6f9741e3
|
@ -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}
|
||||
|
|
|
@ -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" );
|
||||
|
|
Loading…
Reference in New Issue