mirror of
https://github.com/apache/maven.git
synced 2025-02-08 19:15:12 +00:00
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 static Test suite()
|
||||
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…
x
Reference in New Issue
Block a user