Skip to content

Maven Notes

illyfrancis edited this page Nov 14, 2013 · 8 revisions

Dependency management

Use <dependencyManagement> to define dependencies and use it by refering to it in <dependencies>.

Plugin management

Similarly, use <pluginManagement> to configure plugins.

Clone this wiki locally