You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamas Cservenak (Jira)" <ji...@apache.org> on 2022/12/12 09:19:00 UTC

[jira] [Updated] (MRESOLVER-304) DirectoryUtils should consider interpolation

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

Tamas Cservenak updated MRESOLVER-304:
--------------------------------------
    Description: 
As currently it cannot be interpolated, and it applies this logic:
 * if "relative path" it resolves against local repo
 * if "absolute path" it resolves against path

what would be ideal to introduce somehow 3rd case:
 * resolve against local repo
 * resolve against maven.multiModuleProjectDirectory
 * resolver against absolute path

As new 2nd option would allow to check in filter config along with sources.

  was:As currently it cannot be interpolated.


> DirectoryUtils should consider interpolation
> --------------------------------------------
>
>                 Key: MRESOLVER-304
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-304
>             Project: Maven Resolver
>          Issue Type: Improvement
>          Components: Resolver
>            Reporter: Tamas Cservenak
>            Priority: Major
>             Fix For: 1.9.3
>
>
> As currently it cannot be interpolated, and it applies this logic:
>  * if "relative path" it resolves against local repo
>  * if "absolute path" it resolves against path
> what would be ideal to introduce somehow 3rd case:
>  * resolve against local repo
>  * resolve against maven.multiModuleProjectDirectory
>  * resolver against absolute path
> As new 2nd option would allow to check in filter config along with sources.



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