[ http://jira.codehaus.org/browse/MNG-283?page=comments#action_31880 ] John Casey commented on MNG-283: --------------------------------
Unless we want to add a lot of complexity to our code which uses the settings, we need to have some sort of utility methods for retrieving the active profile/proxy/etc. I wrapped the Settings model object in MavenSettings because it looked like a useful pattern to use (it replicates the value-add to be found in MavenProject vs. Model). We can also provide a static utility class instead, if you prefer, but my preference is to keep these two APIs consistent. > move MavenSettings.java code into Settings via modello > ------------------------------------------------------ > > Key: MNG-283 > URL: http://jira.codehaus.org/browse/MNG-283 > Project: m2 > Type: Bug > Reporter: Brett Porter > Assignee: John Casey > Fix For: 2.0-alpha-2 > > > everything in the MavenSettings class could operate on the Settings class > itself, except for the default local repository. Move that code to the > MavenCli. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
