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
Run mvn clean verify in a project that uses mrm-maven-plugin.
Expected Results
No warning
Actual Results
[WARNING] * org.codehaus.mojo:mrm-maven-plugin:1.5.0
[…]
[WARNING] Mojo issue(s):
[WARNING] * Mojo mrm:start (org.codehaus.mojo.mrm.plugin.StartMojo)
[WARNING] - Parameter 'localRepository' uses deprecated parameter expression '${localRepository}': ArtifactRepository type is deprecated and its use in Mojos should be avoided.
[WARNING] * Mojo mrm:stop (org.codehaus.mojo.mrm.plugin.StopMojo)
[WARNING] - Parameter 'localRepository' uses deprecated parameter expression '${localRepository}': ArtifactRepository type is deprecated and its use in Mojos should be avoided.
Reproduction steps
mvn clean verify
in a project that usesmrm-maven-plugin
.Expected Results
No warning
Actual Results
Anything else?
See https://maven.apache.org/docs/3.9.2/release-notes.html#notable-new-features for the root cause.
The text was updated successfully, but these errors were encountered: