Elliotte Rusty Harold created MPMD-368:
------------------------------------------
Summary: Parameter 'localRepository' is deprecated
Key: MPMD-368
URL: https://issues.apache.org/jira/browse/MPMD-368
Project: Maven PMD Plugin
Issue Type: Bug
Reporter: Elliotte Rusty Harold
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)