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

2023-03-02 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-7717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak updated MNG-7717:
-
Fix Version/s: 4.0.0
   4.0.0-alpha-5

> Maven warns wrongly about ${localRepository} expression
> ---
>
> Key: MNG-7717
> URL: https://issues.apache.org/jira/browse/MNG-7717
> Project: Maven
>  Issue Type: Bug
>  Components: Core
>Reporter: Tamas Cservenak
>Priority: Major
> Fix For: 4.0.0, 4.0.0-alpha-5, 3.9.1
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2023-03-02 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-7717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak updated MNG-7717:
-
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.

  was: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.


> Maven warns wrongly about ${localRepository} expression
> ---
>
> Key: MNG-7717
> URL: https://issues.apache.org/jira/browse/MNG-7717
> Project: Maven
>  Issue Type: Bug
>  Components: Core
>Reporter: Tamas Cservenak
>Priority: Major
> Fix For: 3.9.1
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2023-03-02 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-7717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak updated MNG-7717:
-
Summary: Maven warns wrongly about ${localRepository} expression  (was: 
Maven warns about ${settings.localRepository} expression as deprecated)

> Maven warns wrongly about ${localRepository} expression
> ---
>
> Key: MNG-7717
> URL: https://issues.apache.org/jira/browse/MNG-7717
> Project: Maven
>  Issue Type: Bug
>  Components: Core
>Reporter: Tamas Cservenak
>Priority: Major
> Fix For: 3.9.1
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)