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

2023-07-25 Thread Tamas Cservenak (Jira)


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

Tamas Cservenak updated MRESOLVER-304:
--
Fix Version/s: (was: 1.10.0)

> 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
>
> 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
>  * resolve 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)


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

2023-01-05 Thread Tamas Cservenak (Jira)


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

Tamas Cservenak updated MRESOLVER-304:
--
Fix Version/s: 1.10.0

> 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.10.0
>
>
> 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
>  * resolve 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)


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

2023-01-04 Thread Tamas Cservenak (Jira)


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

Tamas Cservenak updated MRESOLVER-304:
--
Fix Version/s: (was: 1.9.3)

> 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
>
> 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
>  * resolve 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)


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

2022-12-29 Thread Tamas Cservenak (Jira)


 [ 
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
 * resolve against absolute path

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

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


> 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
>  * resolve 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)


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

2022-12-12 Thread Tamas Cservenak (Jira)


 [ 
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)