[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-439) Support resolution of variables in Maven settings file

Thomas SEGISMONT (JIRA) jira-events at lists.jboss.org
Mon Jan 14 04:56:21 EST 2013


Thomas SEGISMONT created SHRINKWRAP-439:
-------------------------------------------

             Summary: Support resolution of variables in Maven settings file
                 Key: SHRINKWRAP-439
                 URL: https://issues.jboss.org/browse/SHRINKWRAP-439
             Project: ShrinkWrap
          Issue Type: Enhancement
            Reporter: Thomas SEGISMONT


Variables in Maven settings file are not resolved.

For instance if you have this node in your settings :

{code:xml}
<localRepository>${user.home}/.m2/repository</localRepository>
{code}

then Shrinkwrap will create a _$\{user.home\}/.m2/repository_ in the project directory and use it as local repository.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list