[MNG-7717] Maven warns wrongly about ${localRepository} expression (original) (raw)

Log inSkip to main contentSkip to sidebar

ASF Jira

Uploaded image for project: 'Maven (Moved to GitHub Issues)'

  1. Maven (Moved to GitHub Issues)
  2. MNG-7717

XMLWordPrintableJSON

Details

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.

Attachments

is related to

Improvement - An improvement or enhancement to an existing feature or task. MNG-7706 Deprecate ${localRepository} mojo parameter expression

relates to

Dependency upgrade - Upgrading a dependency to a newer version MNG-7725 Update surefire to 3.0.0 in default binding

links to

Activity

People

Votes:

0 Vote for this issue

Watchers:

5 Start watching this issue

Dates

Created:

02/Mar/23 19:24

Updated:

07/Jul/25 08:31

Resolved:

03/Mar/23 07:53