December 2015
Beginner
184 pages
3h 55m
English
POM is at the heart of any Maven project. This chapter focuses on the core concepts and best practices related to POM in building a large-scale, multi-module Maven project.
As we proceed with this chapter, the following topics will be covered in detail:
Any Maven project must have a pom.xml file. POM is the Maven project descriptor just like the web.xml file in your Java EE web application, or the build.xml file in your Ant project. The following code lists out all the key elements in a ...
Read now
Unlock full access