[
https://issues.apache.org/jira/browse/SUREFIRE-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15026679#comment-15026679
]
Tibor Digana commented on SUREFIRE-1198:
----------------------------------------
Yes there was a reason. The Surefire fixed this as a bug in Version 2.19.
Without it unit test and integration test would not make any difference.
The life cycle:
compile
test
package
integration-test
verify
This means classes is tested in unit test
The package is tested in the integration tests.
May I close this issue?
> Failsafe does not allow to use target/classes anymore
> -----------------------------------------------------
>
> Key: SUREFIRE-1198
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1198
> Project: Maven Surefire
> Issue Type: Bug
> Reporter: Stephane Nicoll
>
> 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
(v6.3.4#6332)