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
88 stars 28 forks source link

Inconsistent documentation of minimum required Maven version #457

Closed ShadowCreator250 closed 2 months ago

ShadowCreator250 commented 4 months ago

Describe the bug: In the README the min version is listed as Apache Maven 3.8.4 or above.

In the source code of the userguide docs it is listed as Apache Maven 3.6.3 or above.

And in the live gh-page which should be produced from that source code it is Apache Maven 3.1.0 or above.

Kinda on topic but not relevant to the bug described: If a minimum Maven version is so crucial for the library/plugins to work, should they maybe enforce it via the requireMavenVersion enforcer rule?

JOpsDev commented 3 months ago

Looking at this issue