Table of Contents
Maven - Configuration Files (Pom, Settings, Profiles, …)
About
Maven configuration occurs at differents levels:
Project - The
pom.xml
file is the core of a
project
's configuration in Maven.
User - this is configuration specific to a particular user: (%USER_HOME%/.m2/
settings.xml
)
Global/Installation: (
M2_HOME
/conf/
settings.xml
)
Maven - Home (m2_home|maven.home)
Profiles
: a descriptor located in project basedir (profiles.xml) (unsupported in Maven 3.0)
Articles Related
Maven - Settings.xml - (User|Local) Configuration
Maven - Profiles (Profiles.xml)
Maven - (Installation|Configuration)
Documentation / Reference
Maven Configuration Mini Guide
https://maven.apache.org/configure.html