Please enable JavaScript.
Coggle requires JavaScript to display documents.
Maven (Standard Directory Layout (src/it, src/assembly, src/test/filters,…
Maven
-
-
How?
-
-
-
- Downloads dependencies in to local repo
- Executes life cycles, build phases and/or goals
-
-
Build Profiles
-
Modify pom at build time, used in complementary sets to
-
-
-
-
-
Dependency Mechanism
Transitive Dependencies - pom files of dependent projects are read and their dependencies pulled down
-
Plugins
Build plugins will be executed during the build and they should be configured in the <build/> element from the POM.
Reporting plugins will be executed during the site generation and they should be configured in the <reporting/> element from the POM
-