settings.xml file inheritance (for lack of a better word)

2006-08-02 Thread Thomas Van Buskirk
Hello, My group is working in an NFS mounted environment. I would like to have everyone running maven from a central location, with a centrally located settings.xml file in the conf directory, rather than everyone having their own settings.xml file in their $HOME/.m2 directories. That way,

Re: settings.xml file inheritance (for lack of a better word)

2006-08-02 Thread John Casey
Yes, everything is inherited, and the local settings take precedence. If you have questions about how the inheritance is computed, try: mvn help:effective-settings HTH, john On 8/2/06, Thomas Van Buskirk [EMAIL PROTECTED] wrote: Hello, My group is working in an NFS mounted environment. I