Description
Actual behaviour
Maven issues warnings about undefined plugin versions when not needed
Expected behaviour
Maven should not issue warnings about undefined plugin versions early in a project build.
Rationale
The release plugin will be modified to reject releases of projects which are not defining all plugin versions: MRELEASE-1130 Reject release of project containing undefined plugin versions - ASF JIRA (apache.org)
Once that is done, we can remove the warnings from core:
1.) There should be as few as possible warnings OOTB on new maven projects
2.) It is not really important for local builds to define plugin versions.
Attachments
Issue Links
- is blocked by
-
MNG-7666 Update default binding and lifecycle plugin versions
- Closed
-
MNG-7790 Update lifecycle plugins
- Closed
- requires
-
MRELEASE-1130 Reject release of project containing undefined plugin versions
- Open