0 votes
in Maven - Coalescing Pipeline by
What are the types of Maven Plugins?

1 Answer

0 votes
by

There are two types of Maven Plugins:

  • Build plugins – These plugins are executed during the build and are configured in the <build/> element of pom.xml
  • Reporting plugins – These plugins are executed during the stage generation and are configured in the <reporting/> element of the pom.xml.
...