0 votes
in Maven - Coalescing Pipeline by

What are the minimum required elements for POM? 

1 Answer

0 votes
by

The minimum required elements for POM are:

  • project root
  • modelVersion – should be 4.0.0
  • groupId – project’s group id
  • artifactId – artifact (project) id
  • version – version of the artifact
...