Category: Build Tools

Build ToolsMavenOtherRelevant topics

Maven BOM (Bill of Materials)

by:

Maven tag <dependencyManagement> does not create dependencies, but informs of which dependency versions will be used in the project. Usually <dependencyManagement> is defined either in parent …

Build ToolsMavenOtherRelevant topics

Maven Dependency Scopes

by:

Maven Dependency Scope attribute is used to specify the visibility of a dependency, relative to the different lifecycle phases (build, test, runtime etc). Maven provides six …