Maven / Maven Interview questions
What are the minimum requirements for a POM?
The minimum requirement for a POM are the following,
project root
modelVersion
groupId
artifactId
version
Test directory is src/main/test that has all the unit testing codes.
More Related questions...