Project Group: org.apache.maven.plugins

Apache Maven Site Plugin

org.apache.maven.plugins : maven-site-plugin

The Maven Site Plugin is a plugin that generates a site for the current project.

Last Version: 4.0.0-M2

Release Date:

Apache Maven Toolchains Plugin

org.apache.maven.plugins : maven-toolchains-plugin

The Toolchains Plugins allows to share configuration across plugins. For example to make sure the plugins like compiler, surefire, javadoc, webstart etc. all use the same JDK for execution.

Last Version: 3.1.0

Release Date:

Last Version: 3.1.0

Release Date:

Maven Release Plugin

org.apache.maven.plugins : maven-release-plugin

This plugin is used to release a project with Maven, saving a lot of repetitive, manual work.

Last Version: 3.0.0-M6

Release Date:

Maven Surefire Plugin

org.apache.maven.plugins : maven-surefire-plugin

Maven Surefire MOJO in maven-surefire-plugin.

Last Version: 3.0.0-M7

Release Date:

Maven Surefire Report Plugin

org.apache.maven.plugins : maven-surefire-report-plugin

Maven Surefire Report MOJO in maven-surefire-report-plugin.

Last Version: 3.0.0-M7

Release Date:

Maven Failsafe Plugin

org.apache.maven.plugins : maven-failsafe-plugin

Maven Failsafe MOJO in maven-failsafe-plugin.

Last Version: 3.0.0-M7

Release Date:

Apache Maven PMD Plugin

org.apache.maven.plugins : maven-pmd-plugin

A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, as well as being able to fail the build based on these metrics.

Last Version: 3.17.0

Release Date:

Apache Maven Invoker Plugin

org.apache.maven.plugins : maven-invoker-plugin

The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project execution.

Last Version: 3.3.0

Release Date:

Apache Maven Wrapper Plugin

org.apache.maven.plugins : maven-wrapper-plugin

The Maven Wrapper Plugin is a plugin that provides support for the Maven Wrapper by unpacking Maven Wrapper Distribution to current project.

Last Version: 3.1.1

Release Date:

Apache Maven Project Info Reports Plugin

org.apache.maven.plugins : maven-project-info-reports-plugin

The Maven Project Info Reports Plugin generates standard reports for the specified project.

Last Version: 3.3.0

Release Date:

Last Version: 3.1.0

Release Date:

Apache Maven PDF Plugin

org.apache.maven.plugins : maven-pdf-plugin

Generates a PDF document from the project site.

Last Version: 1.6.0

Release Date:

Apache Maven EJB Plugin

org.apache.maven.plugins : maven-ejb-plugin

Generates a Java Enterprise JavaBean (EJB) file as well as the associated client JAR.

Last Version: 3.2.1

Release Date:

Last Version: 36

Release Date:

Apache Maven Javadoc Plugin

org.apache.maven.plugins : maven-javadoc-plugin

The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project.

Last Version: 3.4.0

Release Date:

Last Version: 3.3.0

Release Date:

Apache Maven Clean Plugin

org.apache.maven.plugins : maven-clean-plugin

The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory.

Last Version: 3.2.0

Release Date:

Apache Maven Shade Plugin

org.apache.maven.plugins : maven-shade-plugin

Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes.

Last Version: 3.3.0

Release Date:

Last Version: 3.2.0

Release Date:

Apache Maven Compiler Plugin

org.apache.maven.plugins : maven-compiler-plugin

The Compiler Plugin is used to compile the sources of your project.

Last Version: 3.10.1

Release Date:

Apache Maven Dependency Plugin

org.apache.maven.plugins : maven-dependency-plugin

Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.

Last Version: 3.3.0

Release Date:

Maven Plugin Plugin

org.apache.maven.plugins : maven-plugin-plugin

The 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 Xdoc files for the Mojos as well as the artifact metadata and a generic help goal.

Last Version: 3.6.4

Release Date:

Apache Maven JAR Plugin

org.apache.maven.plugins : maven-jar-plugin

Builds a Java Archive (JAR) file from the compiled project classes and resources.

Last Version: 3.2.2

Release Date:

Maven SCM Plugin

org.apache.maven.plugins : maven-scm-plugin

Maven Plugin that allows accessing different SCMs.

Last Version: 2.0.0-M1

Release Date:

Apache Maven Deploy Plugin

org.apache.maven.plugins : maven-deploy-plugin

Uploads the project artifacts to the internal remote repository.

Last Version: 3.0.0-M2

Release Date:

Maven Archetype Plugin

org.apache.maven.plugins : maven-archetype-plugin

Maven Archetype is a set of tools to deal with archetypes, i.e. an abstract representation of a kind of project that can be instantiated into a concrete customized Maven project. An archetype knows which files will be part of the instantiated project and which properties to fill to properly customize the project.

Last Version: 3.2.1

Release Date:

Apache Maven WAR Plugin

org.apache.maven.plugins : maven-war-plugin

Builds a Web Application Archive (WAR) file from the project output and its dependencies.

Last Version: 3.3.2

Release Date:

Apache Maven GPG Plugin

org.apache.maven.plugins : maven-gpg-plugin

Signs the project artifacts with GnuPG.

Last Version: 3.0.1

Release Date:

Apache Maven Scripting Plugin

org.apache.maven.plugins : maven-scripting-plugin

The Maven Scripting Plugin is a plugin that wrapped the Scripting API according to JSR223. Add the scripting engines as dependencies of this plugin on its use.

Last Version: 3.0.0

Release Date:

Apache Maven Checkstyle Plugin

org.apache.maven.plugins : maven-checkstyle-plugin

Generates a report on violations of code style and optionally fails the build if violations are detected.

Last Version: 3.1.2

Release Date:

Apache Maven EAR Plugin

org.apache.maven.plugins : maven-ear-plugin

Generates a J2EE Enterprise Archive (EAR) file.

Last Version: 3.2.0

Release Date:

Apache Maven JLink Plugin

org.apache.maven.plugins : maven-jlink-plugin

The Maven JLink Plugin is intended to create Modular Run-Time Images. https://openjdk.java.net/jeps/282, https://openjdk.java.net/jeps/220

Last Version: 3.1.0

Release Date:

Apache Maven Resources Plugin

org.apache.maven.plugins : maven-resources-plugin

The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The difference is that the main resources are the resources associated with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.

Last Version: 3.2.0

Release Date:

Apache Maven Assembly Plugin

org.apache.maven.plugins : maven-assembly-plugin

A Maven plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors.

Last Version: 3.3.0

Release Date:

Apache Maven Remote Resources Plugin

org.apache.maven.plugins : maven-remote-resources-plugin

Process resources packaged in JARs that have been deployed to a remote repository. The primary use case being satisfied is the consistent inclusion of common resources in a large set of projects. Maven projects at Apache use this plug-in to satisfy licensing requirements at Apache where each project must include license and notice files for each release.

Last Version: 1.7.0

Release Date:

Apache Maven Source Plugin

org.apache.maven.plugins : maven-source-plugin

The Maven Source Plugin creates a JAR archive of the source files of the current project.

Last Version: 3.2.1

Release Date:

Apache Maven JDeps Plugin

org.apache.maven.plugins : maven-jdeps-plugin

The JDeps Plugin uses the jdeps tool to analyze classes for internal API calls.

Last Version: 3.1.2

Release Date:

Apache Maven Help Plugin

org.apache.maven.plugins : maven-help-plugin

The Maven Help plugin provides goals aimed at helping to make sense out of the build environment. It includes the ability to view the effective POM and settings files, after inheritance and active profiles have been applied, as well as a describe a particular plugin goal to give usage information.

Last Version: 3.2.0

Release Date:

Apache Maven Jarsigner Plugin

org.apache.maven.plugins : maven-jarsigner-plugin

Signs or verifies a project artifact and attachments using jarsigner.

Last Version: 3.0.0

Release Date:

Apache Maven Install Plugin

org.apache.maven.plugins : maven-install-plugin

Copies the project artifacts to the user's local repository.

Last Version: 3.0.0-M1

Release Date:

Apache Maven ACR Plugin

org.apache.maven.plugins : maven-acr-plugin

Generates a J2EE Application Client file.

Last Version: 3.1.0

Release Date:

Apache Maven JDeprScan Plugin

org.apache.maven.plugins : maven-jdeprscan-plugin

The JDeprScan Plugin uses the jdeprscan tool that scans classes for uses of deprecated API elements.

Last Version: 3.0.0-alpha-1

Release Date:

Apache Maven JMod Plugin

org.apache.maven.plugins : maven-jmod-plugin

Create JMod files http://openjdk.java.net/jeps/261

Last Version: 3.0.0-alpha-1

Release Date:

Apache Maven Changes Plugin

org.apache.maven.plugins : maven-changes-plugin

Creates a release history for inclusion into the site and assists in generating an announcement mail.

Last Version: 2.12.1

Release Date:

Apache Maven Eclipse Plugin

org.apache.maven.plugins : maven-eclipse-plugin

The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.

Last Version: 2.10

Release Date:

Apache Maven Verifier Plugin

org.apache.maven.plugins : maven-verifier-plugin

Assists in integration testing by means of evaluating success/error conditions read from a configuration file.

Last Version: 1.1

Release Date:

Apache Maven Documentation Checker Plugin

org.apache.maven.plugins : maven-docck-plugin

Checks for violations of the Plugin Documentation Standard.

Last Version: 1.1

Release Date:

Apache Maven DOAP Plugin

org.apache.maven.plugins : maven-doap-plugin

Plugin which generates a DOAP file from information in a POM.

Last Version: 1.2

Release Date:

  • 1