[ https://issues.apache.org/jira/browse/MNG-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907680#comment-17907680 ]
Guillaume Nodet commented on MNG-8075: -------------------------------------- I think we should recommend using {code} <url>${project.basedir.uri}/repo</url> {code} that would be more homogeneous with {code} <url>${project.rootDirectory.uri}/repo</url> {code} both are already supported. > Allow 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: Slawomir Jaranowski > Priority: Major > Fix For: 4.0.0-beta-3, 4.0.0 > > > Such we can use properties like {{{}$\{basedir{}}}}, > {{{}$\{project.basedir{}}}}, so we can add also {{${project.baseUri}}} > > We cen use: > {code:java} > <repository> > <id>repo</id> > <url>${project.baseUri}/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)