[
https://issues.apache.org/jira/browse/SUREFIRE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623846#comment-16623846
]
ASF GitHub Bot commented on SUREFIRE-1564:
------------------------------------------
filiphr commented on issue #193: [SUREFIRE-1564] ensure provider dependencies
can be overriden
URL: https://github.com/apache/maven-surefire/pull/193#issuecomment-423594452
Just to chime in as we are as well hit by this exact problem in
https://github.com/flowable/flowable-engine/tree/master/modules/flowable-cxf.
I've tried doing the exact thing that @sormuras did with
https://github.com/apache/meecrowave/pull/11, but it didn't work.
I have not tried it but I think that if one puts `reuseForks=true` and
`forkCount=1` (we have forkMode=always which according to the
[surefire](https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html)
documentation leads to the `reuseForks` and `forkCount` that I mentioned) in
https://github.com/junit-team/junit5-samples/blob/master/junit5-migration-maven/pom.xml
the problem would be shown.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Can't override platform version through project/plugin dependencies
> -------------------------------------------------------------------
>
> Key: SUREFIRE-1564
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1564
> Project: Maven Surefire
> Issue Type: Bug
> Components: JUnit 5.x support
> Affects Versions: 2.22.0
> Reporter: Romain Manni-Bucau
> Assignee: Tibor Digana
> Priority: Major
> Labels: junit5
> Fix For: 2.22.1
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)