0 votes
in DevOps by
Q. What are the types of maven plugins?

2 Answers

0 votes
by
Build and Reporting Plugins.
0 votes
by

Maven provides the following two types of Plugins -

Build plugins -They come into picture during the build and should be configured in the <build/> element of pom.xml

Reporting plugins -They get executed during the site generation and they should be configured in the <reporting/> element of the pom.xml

Related questions

0 votes
asked Jul 23, 2020 in DevOps by Hodge
0 votes
asked Jul 23, 2020 in DevOps by Hodge
0 votes
asked May 27, 2019 in Gradle by Ankita1283
...