Types of maven plugins

Maven plugin types:

  1. Build Plugins
  2. Reporting Plugins

Build Plugins:
Build plugins are executed at the build time. Build plugins should be declared inside the element.
Reporting Plugins:
Reporting plugins are executed at site generation time. Reporting plugins should be declared inside the element.