Google News
logo
Java Maven - Interview Questions
What are the minimum required elements for POM?
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
Advertisement