khmarbaise / maven-it-extension

Experimental JUnit Jupiter Extension for writing integration tests for Maven plugins/Maven extensions/Maven Core
https://khmarbaise.github.io/maven-it-extension/
Apache License 2.0
90 stars 31 forks source link

Version not locked for default bindings plugins #350

Closed delanym closed 11 months ago

delanym commented 1 year ago

Could you please comment on this issue?

https://github.com/openrewrite/rewrite-maven-plugin/issues/540#issuecomment-1505724595

khmarbaise commented 11 months ago

The shown behaviour is based on the different behaviour in Maven 3.9.X vs. 3.8.X which means the test has to handle that in a different way or the integration test project should pin the plugin version to prevent such warning during the build. That is not what the itf framework can solve...