You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we enforce a minimum maven version to build our projects?
Context
I use the versions plugin to get informed about plugin and dependency updates. This plugin logs the following error:
$ mvn versions:display-plugin-updates
[...]
[ERROR] Project does not define required minimum version of Maven.
[ERROR] Update the pom.xml to contain maven-enforcer-plugin to
[ERROR] force the maven version which is needed to build this project.
[ERROR] See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[ERROR] Using the minimum version of Maven: null
[...]
Should we enforce a minimum maven version to build our projects?
Context
I use the versions plugin to get informed about plugin and dependency updates. This plugin logs the following error:
Solution
https://stackoverflow.com/a/32971779:
The text was updated successfully, but these errors were encountered: