[
https://issues.apache.org/jira/browse/MNG-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-8075:
---------------------------------
Fix Version/s: 4.1.0
(was: 4.0.0-rc-4)
> Deprecate project.baseUri in repository.url
> -------------------------------------------
>
> Key: MNG-8075
> URL: https://issues.apache.org/jira/browse/MNG-8075
> Project: Maven
> Issue Type: Improvement
> Reporter: Slawomir Jaranowski
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 4.1.0
>
>
> We can use:
> {code:java}
> <repository>
> <id>repo</id>
> <url>${project.basedir.uri}/repo</url>
> </repository> {code}
> instead of:
> {code:java}
> <repository>
> <id>repo</id>
> <url>file://${project.basedir}/repo</url>
> </repository> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)