Configuration | Description |
---|---|
localRepository | The path to the local repository Maven will use to store artifacts (plugins, dependencies). default: ${HOME}/.m2/repository |
interactiveMode | This will determine whether Maven prompts you when it needs input. default: true |
offline | Determines whether Maven should attempt to connect to the network (to download/update dependencies) when executing a build. default: false |
pluginGroups | This is a list of additional group identifiers that will be searched when resolving plugins by their prefix. |
proxies | This is a list of proxies which can be used (on the local machine) to connect to the network. |
servers | This is a list of authentication profiles, keyed by the server-id used within the system. |
mirrors | This is a list of mirrors (internal servers) to be used in downloading artifacts from remote repositories. |
profiles | Specifies a set of introductions to the build process, to be activated using one or more of the mechanisms described above. |
activeProfiles | List of profiles that are active for all builds. |