[
https://issues.apache.org/jira/browse/SUREFIRE-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16674086#comment-16674086
]
Stephane Nicoll edited comment on SUREFIRE-1198 at 11/3/18 3:47 PM:
--------------------------------------------------------------------
I don't thinks that error is related to this issue. Spring Boot is using
Failsafe 2.22.1 in {{spring-boot-starter-parent}} with this extra configuration
{noformat}
<configuration>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
</configuration>
{noformat}
was (Author: snicoll):
I don't thinks that error is related to this issue. Spring Boot is using
Failsafe 2.22.1 in {{spring-boot-starter-parent}} with this extra configuration
{{noformat}}
<configuration>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
</configuration>
{{noformat}}
> Failsafe does not allow to configure the jar file to use
> --------------------------------------------------------
>
> Key: SUREFIRE-1198
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1198
> Project: Maven Surefire
> Issue Type: Bug
> Reporter: Stephane Nicoll
> Assignee: Tibor Digana
> Priority: Major
> Fix For: 2.20
>
>
> See [this Spring Boot
> issue|https://github.com/spring-projects/spring-boot/issues/4510#issuecomment-159448634]
> It seems that SUREFIRE-855 does not allow {{target/classes}} to be used
> anymore. Is there a reason why this behaviour was completely removed in
> favour of only the jar file?
> It would be nice if we had an option to chose between the two (defaulting to
> the jar)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)