Pom.xml is the core configuration file maven depends on, without this file maven can’t perform any tasks.
Pom.xml is kept in the project’s root directory.
Contents of POM.XML: Xml is a configuration code file which stores or configuration data or transfers information from one to another software apps [it contains start and end tags].
GroupId: Represents the company/Client for whom we are developing this project.
Technically this can contain any value, but according to developer’s convention it must be reverse domain name of the client.
com.yara ArtifactId: Represents project name.
content PackagingId: The software package that needs to be created when we build.
war