maven-it-extension
maven-it-extension copied to clipboard
Inconsistent documentation of minimum required Maven version
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?
Looking at this issue