[ 
https://jira.codehaus.org/browse/MNG-5167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=279223#comment-279223
 ] 

Herve Boutemy commented on MNG-5167:
------------------------------------

settings is interpolated
why don't you simply write
{code:xml}<settings>
  <localRepository>${env.M2_HOME}/../../../lib/mvn</localRepository>
</settings>{code}

did I miss something?

(apart from your use case that I frankly don't fully understand: you're putting 
not only your source in the SCM but the full Maven binaries + local repo?)

notice: you should not call the local repository "mvn" since it is really 
confusing. Why not "local-repository"?

> relative local repository settings
> ----------------------------------
>
>                 Key: MNG-5167
>                 URL: https://jira.codehaus.org/browse/MNG-5167
>             Project: Maven 2 & 3
>          Issue Type: New Feature
>          Components: Settings
>    Affects Versions: 3.0.3, 3.0.4
>            Reporter: Jason Pyeron
>         Attachments: MNG-5167.patch
>
>
> see patch

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to