Support token "localRepositoryUrl" for filtering settings.xml
-------------------------------------------------------------

                 Key: MINVOKER-65
                 URL: http://jira.codehaus.org/browse/MINVOKER-65
             Project: Maven 2.x Invoker Plugin
          Issue Type: Improvement
    Affects Versions: 1.2.1
            Reporter: Benjamin Bentmann
            Priority: Minor


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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to