0 votes
in Maven - Coalescing Pipeline by
Why are Maven Plugins used?

1 Answer

0 votes
by

Maven Plugins are used to: 

  • Create a JAR file.
  • Create a WAR file.
  • Compile code files.
  • Unit testing of code.
  • Create project documentation.
  • Create project reports.
...