Plugins

Apache Ivy Logo

Plugins

Maven Plugins Tutorial cover plugins goals and how they bind with lifecycle phases. Lifecycle phases delegate the actual task to Maven Plugins goals

Plugin Goals

Maven Plugin Goals Tutorial - Maven plugin is a collection goals which carryout some task. It is also known as Mojo - Maven Plain Old Java Object

Plugin Configuration

Maven plugin configuration Tutorial explores the plugin configuration in detail. To configure plugins, we use build element in pom.xml

Plugin Execution

Maven Plugin Execution Tutorial covers execution element which allows us to configure the execution of a plugin goal. With it, we can achieve many things