Do not use this tag for the use of specific Maven plugins. Use it only for Maven plugins development related questions.
Maven Plugins, also known as Mojos, are the central feature of Maven that allow for the reuse of common build logic across multiple projects.
From the official Maven documentation
"Maven" is really just a core framework for a collection of Maven Plugins. In other words, plugins are where much of the real action is performed, plugins are used to: create jar files, create war files, compile code, unit test code, create project documentation, and on and on. Almost any action that you can think of performing on a project is implemented as a Maven plugin.
Please do not use this tag for the use of specific Maven plugins. Use it only for Maven plugins development related questions.