Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Multi Module Build Automation with Maven

Posted By: Landau17
Multi Module Build Automation with Maven

Multi Module Build Automation with Maven
MP4 | Video: 720p | Duration: 1:00:16 | English | Subtitles: VTT | 162.5 MB



Apache Maven is more than a build tool. It offers end-to-end project management for all sorts of Java applications. In particular, Maven excels at managing large-scale projects with submodules: projects using inheritance or multi-module architecture. In this course, Peggy Fisher covers both scenarios. She shows how to create submodules and define parent-child relationships, and build an aggregated multi-module project. She also shows how to integrate Maven with some of the most popular Java IDEs, including NetBeans, Eclipse, and IntelliJ.

Topics include:
  • Creating parent project
  • Creating submodules
  • Building a multi-module project
  • Working with different IDEs
  • Understanding Maven build lifecycles and build profiles
  • Writing plugins