Skip to content

Commit ab4d3c5

Browse files
committed
Add classesDirectory configuration to failsafe plugin
1 parent 52152f4 commit ab4d3c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applications/parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<configuration>
9292
<useModulePath>false</useModulePath>
9393
<redirectTestOutputToFile>true</redirectTestOutputToFile>
94+
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
9495
</configuration>
9596
</plugin>
9697
<plugin>

0 commit comments

Comments
 (0)