[
https://issues.apache.org/jira/browse/MNG-5429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-5429.
-------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> REGRESSION: Injected Settings in a Mojo are missing the proxies from
> settings.xml
> ----------------------------------------------------------------------------------
>
> Key: MNG-5429
> URL: https://issues.apache.org/jira/browse/MNG-5429
> Project: Maven
> Issue Type: Bug
> Components: Settings
> Affects Versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4
> Reporter: Robert Scholte
> Priority: Major
>
> If you have a Mojo with
> {code}
> /**
> * @parameter expression="${settings}"
> * @required
> * @readonly
> */
> private Settings settings;
> {code}
> In Maven 2.2.1, the Settings included all the profiles, in Maven3 the proxies
> are all missing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)