olamy commented on PR #3193:
URL: https://github.com/apache/maven-surefire/pull/3193#issuecomment-3358361182
Maybe you can simplify by having a single it folder called
`junit-unsupported` and a single IT with parameters passing a system property
such as `junit.version` and in the IT pom having this:
```
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
```
A few ITs are already doing this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]