Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
With MNG-7706 the localRepository Mojo parameter was deprecated as it is represented by ArtifactRepository legacy type. But the code is too eager, it warns about settings.localRepository expression as well, while it does NOT use this legacy type.
In short: it checks for parameter name, where instead it should check for type and defaultValue expression.