You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by James Gao <ga...@gmail.com> on 2018/04/12 13:07:58 UTC

[MNG-6392] Add Project Settings .mvn/settings.xml

Hi.

Here is a proposal to improve the maven settings model in order to make
projects management easier. We need some opinion and discussion on it. If
everything is OK, we will work on it.


1. new settings merge order:

   - project level (${maven.multiModuleProjectDirectory}/.mvn/settings.xml)
   - user level
   - global



2. ignored fields in project level settings:

   - localRepository
   - interactiveMode
   - offline
   - usePluginRegistry


3. Do not need a new cli option to specify another project settings.