DevOps / Maven Interview questions II
What are the types of Maven Plugins?
There are 2 types of maven plugins.
- Build plugins execute during the build and should be configured in the
element of pom.xml. - Reporting plugins execute during the site generation and it should be configured in the <reporting/> element of the pom.xml.
More Related questions...