Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.20.0, 3.21.0
-
None
-
None
Description
Probably since Maven 3.9.1 this warning is seen in builds:
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
This broke the CI and has been worked around (MPMD-367) but the root cause should be addressed. This same issue might appear in other plugins as well and break their CIs that check to see there are no warnings in a build.
I'm not sure whether this can be fixed without breaking compatibility with older Maven versions.