DevOps / Maven Interview questions II
Explain 'pom' packaging in Maven.
Pom packaging is used aggregate other projects and it acts as a container for sub modules within that project.
Pom packaging is also used to identify the parent in non-modular context.
More Related questions...