Maven is a build automation tool built based on Project Object Model (POM for
short). Maven is used for project build, dependency management, and
documentation. The pom.xml file of a maven-based project holds all the
dependencies, repositories, etc., needed to build and run that project.
> Dockerizing is the process