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

Related questions

0 votes
asked Aug 30, 2023 in Maven - Coalescing Pipeline by JackTerrance
0 votes
asked Sep 1, 2023 in Maven - Coalescing Pipeline by JackTerrance
...