Apache Maven Tutorial | Technical Overview

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

loved the slow paced and moduled speak. Great job!

ailuros_
Автор

0:48 mvn install
1:01
1:45 the *plugin* are the actions that are going to occur against our source code to build this artefact
1:54 the *plugins* have *goals* and that's how the build takes place
2:04 dependency manager
  2:57 when all (dependencies and plugins) are available, the lifecycle will begin 3:03 by executing the *compile phase*
3:07 becase when we start the *install phase*, we will need to execute every phase preceding install

ruixue
Автор

Thanks for the video! Definitely nice to have a clear narration. :)

davincimemes
Автор

What if the Pom.xml have a dependency on other java module who’s class we are using, it will download the root dependency as well ? Or we need to build the root java module first ?

rushabhoswal