Maven 完全参考 学习笔记 (4) -The Build Lifecycle
- Three standard lifecycles: clean, default(build), site;
- packaging type decide which plugin's goal will be used in life cycle;
identifiers (at least one of groupId or artifactId must be overridden.)
dependencies
developers and contributors
plugin lists
reports lists
plugin executions (executions with matching ids are merged)
plugin configuration
<relativePath>../a-parent/pom.xml</relativePath>
Grouping Dependencies
Multi-module vs. Inheritance
$ mvn help:effective-pom
;<major version>.<minor version>.<incremental version>-<qualifier>
;${project.groupId}
. could be: env, project, settings;online book Maven: The Complete Reference