Skip to content

Commit

Permalink
[SUREFIRE-2174] Remove legacy Surefire test report schema file and ma…
Browse files Browse the repository at this point in the history
…ke 3.0 default

Same for Maven Failsafe Plugin
  • Loading branch information
michael-o committed May 30, 2023
1 parent 8e3abdf commit 7c4faa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maven-failsafe-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@
<phase>pre-site</phase>
<configuration>
<target name="generate-failsafe-test-reports">
<move file="${project.build.directory}/source-site/resources/xsd/surefire-test-report-3.0.xsd" tofile="${project.build.directory}/source-site/resources/xsd/failsafe-test-report-3.0.xsd" />
<move file="${project.build.directory}/source-site/resources/xsd/legacy-surefire-test-report.xsd" tofile="${project.build.directory}/source-site/resources/xsd/failsafe-test-report.xsd" />
<move file="${project.build.directory}/source-site/resources/xsd/surefire-test-report.xsd" tofile="${project.build.directory}/source-site/resources/xsd/failsafe-test-report.xsd" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 7c4faa9

Please sign in to comment.