Answer Posted / Mayank Kumar Saxena
Maven plugins can be classified into three main types:n1. Life cycle plugins: These plugins execute during specific lifecycle phases, like compile, package, or deploy.n2. Goal-specific plugins: These plugins provide custom functionality that is not covered by the standard Maven lifecycles.n3. Mojo plugins (short for "Maven goal"): These are small reusable units of functionality within a plugin.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers