Project Modules

This project has declared the following modules:

Name Description
Maven Plugin Tools Generators The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from plugin descriptor extracted from plugin sources.
Maven Plugin Tools Extractor API The Maven Plugin Tools Extractor API provides an API to extract descriptor information from Maven Plugins.
Maven Plugin Tool for Java with Javadoc Tags Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags.
Maven Plugin Tool for Java with Annotations Descriptor extractor for plugins written in Java with Java annotations.
Maven Plugin Tools Java Annotations Java annotations to use in Mojos
Maven Script Mojo Support Maven Script Mojo Support lets developer write Maven plugins/goals with scripting languages instead of compiled Java. Scripting support is deprecated, with Maven 4 only Java based Mojos will be supported.
Maven Plugin Plugin The Plugin Plugin is used to create a Maven plugin descriptor for any Mojos found in the source tree in order to include them the resulting JAR. It is also used to generate a generic help goal.
Maven Plugin Report Plugin The Plugin Report Plugin is used to create reports about the plugin being built.