0 votes
in Maven - Coalescing Pipeline by
What do you mean by POM and what does it contain?

1 Answer

0 votes
by
Project Object Model or pom forms the elementary part of the working of Maven. While performing a Maven goal or a task, the pom file residing in the present directory is searched and referred to collect information on the project.

It is basically an xml file. It contains configuration details like plugins, goals, developers, dependencies, profiles, versions, and mailing lists.

For example, to add excel dependencies in Selenium, we need to add the dependencies pasted below.

pom

Related questions

+1 vote
asked Oct 25, 2021 in Maven - Coalescing Pipeline by Robin
0 votes
asked Jul 23, 2020 in Maven - Coalescing Pipeline by rajeshsharma
...