Configuration

Configuration maven

Repository

effective settings -> local effective build POM -> effective POMs from dependency path to the artifact

Settings

Settings Reference

The settings element in the settings.xml file contains elements used to define values which configure Maven execution in various ways

Inspect lifecycles

Use buildplan plugin

mvn fr.jcgay.maven.plugins:buildplan-maven-plugin:list

Trouble shooting

jenv settings are ignored

# set JAVA_HOME by jEnv
jenv enable-plugin export

or

jenv exec mvn ...