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 (JIRA)" <ji...@codehaus.org> on 2005/04/12 02:45:21 UTC

[jira] Created: (MNG-294) installation-wide configuration

installation-wide configuration
-------------------------------

         Key: MNG-294
         URL: http://jira.codehaus.org/browse/MNG-294
     Project: m2
        Type: Bug
    Reporter: Brett Porter
     Fix For: 2.0-alpha-3


similar (identical?) to settings.xml - we need something that can be added to a Maven installation.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-294) installation-wide configuration

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-294?page=all ]
     
John Casey closed MNG-294:
--------------------------

    Resolution: Fixed

> installation-wide configuration
> -------------------------------
>
>          Key: MNG-294
>          URL: http://jira.codehaus.org/browse/MNG-294
>      Project: Maven 2
>         Type: Bug
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-alpha-3

>
>
> similar (identical?) to settings.xml - we need something that can be added to a Maven installation.

-- 
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


[jira] Commented: (MNG-294) installation-wide configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-294?page=comments#action_41216 ] 

Brett Porter commented on MNG-294:
----------------------------------

the goal of the default settings.xml is to provide a template so someone can untar the install, go to conf/settings.xml and start setting up their proxy, etc. For the unix minded among us. There need not be any actual defaults in here that aren't commented out.

I think it makes sense that settings.xml is not merged if it doesn't exist (I have no idea what you meant by this statement :)



> installation-wide configuration
> -------------------------------
>
>          Key: MNG-294
>          URL: http://jira.codehaus.org/browse/MNG-294
>      Project: Maven 2
>         Type: Bug
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-alpha-3

>
>
> similar (identical?) to settings.xml - we need something that can be added to a Maven installation.

-- 
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


[jira] Commented: (MNG-294) installation-wide configuration

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-294?page=comments#action_41188 ] 

John Casey commented on MNG-294:
--------------------------------

for now, I'm working on the assumption that this is a file identical in capability to the ~/.m2/settings.xml file, but exists in ${maven.home}.

This should provide separation of truly global settings from user-specific settings, and local user settins will override. I'm planning on implementing a merge functionality similar to the project inheritance, except inside o.a.m.settings in the maven-core project...if this needs to be more generally available, I can move the MavenSettingsBuilder, etc. into the src/main/java of maven-settings. On second thought, I'll go ahead and do that last bit as well, since the ant tasks will probably want this...

Please correct here if my assumptions are wrong.

> installation-wide configuration
> -------------------------------
>
>          Key: MNG-294
>          URL: http://jira.codehaus.org/browse/MNG-294
>      Project: Maven 2
>         Type: Bug
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-alpha-3

>
>
> similar (identical?) to settings.xml - we need something that can be added to a Maven installation.

-- 
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


[jira] Closed: (MNG-294) installation-wide configuration

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-294?page=all ]
     
John Casey closed MNG-294:
--------------------------

    Resolution: Fixed

default location for global settings is ${maven.home}/settings.xml

Collisions on the id field of server, mirror, proxy, or profile will result in the user-specified entity completely suppressing the globally-defined one.

<activeProfiles/> are additive.

> installation-wide configuration
> -------------------------------
>
>          Key: MNG-294
>          URL: http://jira.codehaus.org/browse/MNG-294
>      Project: Maven 2
>         Type: Bug
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-alpha-3

>
>
> similar (identical?) to settings.xml - we need something that can be added to a Maven installation.

-- 
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


[jira] Reopened: (MNG-294) installation-wide configuration

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-294?page=all ]
     
John Casey reopened MNG-294:
----------------------------


need to include a default (?) global settings.xml...NOTE: what is the goal of this?

Currently, if the settings.xml is missing from the global location, no merger takes place.

> installation-wide configuration
> -------------------------------
>
>          Key: MNG-294
>          URL: http://jira.codehaus.org/browse/MNG-294
>      Project: Maven 2
>         Type: Bug
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-alpha-3

>
>
> similar (identical?) to settings.xml - we need something that can be added to a Maven installation.

-- 
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


[jira] Commented: (MNG-294) installation-wide configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-294?page=comments#action_40833 ]
     
Brett Porter commented on MNG-294:
----------------------------------

... and include a sensible default, or all the settings commented out with notes.

> installation-wide configuration
> -------------------------------
>
>          Key: MNG-294
>          URL: http://jira.codehaus.org/browse/MNG-294
>      Project: Maven 2
>         Type: Bug
>     Reporter: Brett Porter
>      Fix For: 2.0-alpha-3

>
>
> similar (identical?) to settings.xml - we need something that can be added to a Maven installation.

-- 
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