Slawomir Jaranowski opened MNG-8075 and commented
We can use:
<repository>
<id>repo</id>
<url>${project.basedir.uri}/repo</url>
</repository>
instead of:
<repository>
<id>repo</id>
<url>file://${project.basedir}/repo</url>
</repository>
Issue Links:
- MNG-8465 Support ${project.rootDirectory} in repository url
Remote Links: