You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2007/06/08 05:01:30 UTC

Re: [jira] Closed: (MNG-2577) Allow interpolation of Properties in settings.xml

Was this fixed, or won't fix? I couldn't really tell from your  
statement, and there's no version.

On 08/06/2007, at 5:54 AM, John Casey (JIRA) wrote:

>
>      [ http://jira.codehaus.org/browse/MNG-2577? 
> page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> John Casey closed MNG-2577.
> ---------------------------
>
>     Resolution: Fixed
>
> Modifying to use request properties (embeddable system properties),  
> and organizing this with the existing use of envars. NOT allowing  
> profile-property interpolation, as these could influence profiles  
> in a recursive manner and make their values hard to  
> determine...besides, model-interpolation will pickup profile  
> properties before POMs are interpolated, so the only thing this  
> will miss is profile/properties -> servers, etc. inside the  
> settings itself.
>
>> Allow interpolation of Properties in settings.xml
>> -------------------------------------------------
>>
>>                 Key: MNG-2577
>>                 URL: http://jira.codehaus.org/browse/MNG-2577
>>             Project: Maven 2
>>          Issue Type: Improvement
>>          Components: Settings
>>    Affects Versions: 2.0.4, 2.0.5
>>            Reporter: Michael Locher
>>            Assignee: John Casey
>>            Priority: Critical
>>         Attachments: DefaultMavenSettingsBuilder.java.diff
>>
>>
>> the attached patch (against 2.0.4) allows interpolation of system  
>> properties into the .m2/settings.xml
>> and interpolation of system properties and the properties of  
>> profiles found in .m2/settings.xml (if they are activeByDefault)  
>> into conf/settings.xml
>> these features are necessary in order to propagate user account  
>> settings defined in user-specific .m2/settings.xml into server  
>> sections of the institution-wide conf/settings.xml
>
> -- 
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Closed: (MNG-2577) Allow interpolation of Properties in settings.xml

Posted by Brett Porter <br...@apache.org>.
There's some confusion in the issue when it was fixed. Looking at the  
subversion commits, it appears to only be on trunk, so should be set  
to 2.1-alpha-1 (not sure if it got put on the branch without  
indicating the issue though).

Can you set the fix for version?

On 28/06/2007, at 12:43 PM, John Casey wrote:

> It's marked fixed...it works.
>
> -john
>
>
> On Jun 26, 2007, at 9:59 PM, Brett Porter wrote:
>
>> John?
>>
>> On 08/06/2007, at 1:01 PM, Brett Porter wrote:
>>
>>> Was this fixed, or won't fix? I couldn't really tell from your  
>>> statement, and there's no version.
>>>
>>> On 08/06/2007, at 5:54 AM, John Casey (JIRA) wrote:
>>>
>>>>
>>>>      [ http://jira.codehaus.org/browse/MNG-2577? 
>>>> page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>>>
>>>> John Casey closed MNG-2577.
>>>> ---------------------------
>>>>
>>>>     Resolution: Fixed
>>>>
>>>> Modifying to use request properties (embeddable system  
>>>> properties), and organizing this with the existing use of  
>>>> envars. NOT allowing profile-property interpolation, as these  
>>>> could influence profiles in a recursive manner and make their  
>>>> values hard to determine...besides, model-interpolation will  
>>>> pickup profile properties before POMs are interpolated, so the  
>>>> only thing this will miss is profile/properties -> servers, etc.  
>>>> inside the settings itself.
>>>>
>>>>> Allow interpolation of Properties in settings.xml
>>>>> -------------------------------------------------
>>>>>
>>>>>                 Key: MNG-2577
>>>>>                 URL: http://jira.codehaus.org/browse/MNG-2577
>>>>>             Project: Maven 2
>>>>>          Issue Type: Improvement
>>>>>          Components: Settings
>>>>>    Affects Versions: 2.0.4, 2.0.5
>>>>>            Reporter: Michael Locher
>>>>>            Assignee: John Casey
>>>>>            Priority: Critical
>>>>>         Attachments: DefaultMavenSettingsBuilder.java.diff
>>>>>
>>>>>
>>>>> the attached patch (against 2.0.4) allows interpolation of  
>>>>> system properties into the .m2/settings.xml
>>>>> and interpolation of system properties and the properties of  
>>>>> profiles found in .m2/settings.xml (if they are  
>>>>> activeByDefault) into conf/settings.xml
>>>>> these features are necessary in order to propagate user account  
>>>>> settings defined in user-specific .m2/settings.xml into server  
>>>>> sections of the institution-wide conf/settings.xml
>>>>
>>>> -- 
>>>> 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
>>>>
>>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> ---
> John Casey
> Committer and PMC Member, Apache Maven
> mail: jdcasey at commonjava dot org
> blog: http://www.ejlife.net/blogs/john
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Closed: (MNG-2577) Allow interpolation of Properties in settings.xml

Posted by John Casey <jd...@commonjava.org>.
It's marked fixed...it works.

-john


On Jun 26, 2007, at 9:59 PM, Brett Porter wrote:

> John?
>
> On 08/06/2007, at 1:01 PM, Brett Porter wrote:
>
>> Was this fixed, or won't fix? I couldn't really tell from your  
>> statement, and there's no version.
>>
>> On 08/06/2007, at 5:54 AM, John Casey (JIRA) wrote:
>>
>>>
>>>      [ http://jira.codehaus.org/browse/MNG-2577? 
>>> page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>>
>>> John Casey closed MNG-2577.
>>> ---------------------------
>>>
>>>     Resolution: Fixed
>>>
>>> Modifying to use request properties (embeddable system  
>>> properties), and organizing this with the existing use of envars.  
>>> NOT allowing profile-property interpolation, as these could  
>>> influence profiles in a recursive manner and make their values  
>>> hard to determine...besides, model-interpolation will pickup  
>>> profile properties before POMs are interpolated, so the only  
>>> thing this will miss is profile/properties -> servers, etc.  
>>> inside the settings itself.
>>>
>>>> Allow interpolation of Properties in settings.xml
>>>> -------------------------------------------------
>>>>
>>>>                 Key: MNG-2577
>>>>                 URL: http://jira.codehaus.org/browse/MNG-2577
>>>>             Project: Maven 2
>>>>          Issue Type: Improvement
>>>>          Components: Settings
>>>>    Affects Versions: 2.0.4, 2.0.5
>>>>            Reporter: Michael Locher
>>>>            Assignee: John Casey
>>>>            Priority: Critical
>>>>         Attachments: DefaultMavenSettingsBuilder.java.diff
>>>>
>>>>
>>>> the attached patch (against 2.0.4) allows interpolation of  
>>>> system properties into the .m2/settings.xml
>>>> and interpolation of system properties and the properties of  
>>>> profiles found in .m2/settings.xml (if they are activeByDefault)  
>>>> into conf/settings.xml
>>>> these features are necessary in order to propagate user account  
>>>> settings defined in user-specific .m2/settings.xml into server  
>>>> sections of the institution-wide conf/settings.xml
>>>
>>> -- 
>>> 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
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---
John Casey
Committer and PMC Member, Apache Maven
mail: jdcasey at commonjava dot org
blog: http://www.ejlife.net/blogs/john



Re: [jira] Closed: (MNG-2577) Allow interpolation of Properties in settings.xml

Posted by Brett Porter <br...@apache.org>.
John?

On 08/06/2007, at 1:01 PM, Brett Porter wrote:

> Was this fixed, or won't fix? I couldn't really tell from your  
> statement, and there's no version.
>
> On 08/06/2007, at 5:54 AM, John Casey (JIRA) wrote:
>
>>
>>      [ http://jira.codehaus.org/browse/MNG-2577? 
>> page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>
>> John Casey closed MNG-2577.
>> ---------------------------
>>
>>     Resolution: Fixed
>>
>> Modifying to use request properties (embeddable system  
>> properties), and organizing this with the existing use of envars.  
>> NOT allowing profile-property interpolation, as these could  
>> influence profiles in a recursive manner and make their values  
>> hard to determine...besides, model-interpolation will pickup  
>> profile properties before POMs are interpolated, so the only thing  
>> this will miss is profile/properties -> servers, etc. inside the  
>> settings itself.
>>
>>> Allow interpolation of Properties in settings.xml
>>> -------------------------------------------------
>>>
>>>                 Key: MNG-2577
>>>                 URL: http://jira.codehaus.org/browse/MNG-2577
>>>             Project: Maven 2
>>>          Issue Type: Improvement
>>>          Components: Settings
>>>    Affects Versions: 2.0.4, 2.0.5
>>>            Reporter: Michael Locher
>>>            Assignee: John Casey
>>>            Priority: Critical
>>>         Attachments: DefaultMavenSettingsBuilder.java.diff
>>>
>>>
>>> the attached patch (against 2.0.4) allows interpolation of system  
>>> properties into the .m2/settings.xml
>>> and interpolation of system properties and the properties of  
>>> profiles found in .m2/settings.xml (if they are activeByDefault)  
>>> into conf/settings.xml
>>> these features are necessary in order to propagate user account  
>>> settings defined in user-specific .m2/settings.xml into server  
>>> sections of the institution-wide conf/settings.xml
>>
>> -- 
>> 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
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org