[ https://issues.apache.org/jira/browse/MINVOKER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958319#comment-17958319 ]
Olivier Lamy commented on MINVOKER-65: -------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-invoker-plugin#336|https://github.com/apache/maven-invoker-plugin/issues/336]. > Support token "localRepositoryUrl" for filtering settings.xml > ------------------------------------------------------------- > > Key: MINVOKER-65 > URL: https://issues.apache.org/jira/browse/MINVOKER-65 > Project: Maven Invoker Plugin (Moved to GitHub Issues) > Issue Type: Improvement > Affects Versions: 1.2.1 > Reporter: Benjamin Bentmann > Assignee: Benjamin Bentmann > Priority: Minor > Fix For: 1.3 > > > To speed up the forked builds, we suggest people to use their local repo as a > remote repo by putting something like > {code:xml} > <url>file://@localRepository@</url> > {code} > into their {{settings.xml}}. > I am not really in favor of this practice since it promotes the wrong > assumption that the simple string concatenation "file://" + path delivers a > valid file URL. Besides, there is frequent need for this URL so why not > simply provide a dedicated filter token for it. -- This message was sent by Atlassian Jira (v8.20.10#820010)