Skip to content

Commit

Permalink
3.x: Add classesDirectory to failsafe plugin configuration (#9066)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin authored Aug 1, 2024
1 parent b1b1349 commit 4b4d384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<configuration>
<useModulePath>false</useModulePath>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4b4d384

Please sign in to comment.