Maven advanced

Topics covered in “Maven Advanced” 

  • Multi-module project 
  • Grouping Dependencies 
  • Profiles 
  • Dependency management 
  • Site generation

Multi-Module Project

What is a Multi-Module Project? 

  • A multi-modules project is a very particular type of project - it doesn't produce any artifact and is composed of several other projects known as modules. 
  • When you run a command on the project, it will execute it on all of its child projects
  • Maven is able, through its reactor component, to discover the correct execution order and to detect circular dependencies

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.