About 200,000 results
Open links in new tab
  1. Available Plugins – Maven

    5 days ago · To see the most up-to-date list browse the Maven repository, specifically the org/apache/maven/plugins subdirectory. (Plugins are organized according to a directory …

  2. Introduction to Maven Plugin Development

    5 days ago · Plugins are the central feature of Maven that allow for the reuse of common build logic across multiple projects. They do this by executing an “action” (i.e. creating a WAR file or …

  3. Guide to Configuring Plug-ins – Maven

    5 days ago · Maven plugins (build and reporting) are configured by specifying a <configuration> element where the child elements of the <configuration> element are mapped to fields, or …

  4. Welcome to Apache Maven – Maven

    5 days ago · Support for Maven is available in a variety of different forms. To get started, search the documentation, issue management system, the wiki, or the mailing list archives to see if …

  5. Introduction – Apache Maven Compiler Plugin

    Sep 18, 2025 · The Compiler Plugin has two goals. Both are already bound to their proper phases within the Maven Lifecycle and are therefore, automatically executed during their respective …

  6. Plugin Developers Centre – Maven

    5 days ago · Each mojo is an executable goal in Maven, and a plugin is a distribution of one or more related mojos. Introduction to Plugin Development - Introduction to concepts

  7. Guide to Developing Java Plugins – Maven

    5 days ago · The most direct means of executing your new plugin is to specify the plugin goal directly on the command line. To do this, configure the hello-maven-plugin plugin in the project:

  8. Project Plugins – Apache Maven

    Project Build PluginsProject Report Plugins

  9. Introduction – Maven Plugin Plugin

    Oct 20, 2025 · The Maven Plugin Plugin is used to create a Maven plugin descriptor for any Mojo 's found in the source tree, to include in the JAR. It is also used to generate report files for the …

  10. Migrate to Maven 4

    5 days ago · Similar to the previous prerequisite, the guides assumes that you are using the latest Maven 3 plugin version of all your plugins. Do not upgrade yet to a plugin version which …