1.

What Are The Types Of Maven Plugins?

Answer»

Maven provides following TWO TYPES of Plugins:

  1. Build plugins:They execute during the build and should be CONFIGURED in the element of pom.xml
  2. REPORTING plugins:They execute during the SITE generation and they should be configured in the element of the pom.xml

Maven provides following two types of Plugins:



Discussion

No Comment Found