[MNG-8075] Deprecate project.baseUri in repository.url
Open
enhancement
priority:major
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 297
Description
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MNG-8075](https://issues.apache.org/jira/browse/MNG-8075?redirect=false)** and commented
We can use:
```java
repo
${project.basedir.uri}/repo
```
instead of:
```java
repo
file://${project.basedir}/repo
```
---
**Issue Links:**
- [MNG-8465](https://issues.apache.org/jira/browse/MNG-8465) Support ${project.rootDirectory} in repository url
**Remote Links:**
- [GitHub Pull Request #1438
](https://github.com/apache/maven/pull/1438)
- [GitHub Pull Request #2184
](https://github.com/apache/maven/pull/2184)
Contributor guide
Assessment
This issue has not been assessed yet.