Apache Maven Help Plugin Version 3.3.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Help Plugin, version 3.3.0
The Maven Help Plugin is used to get relative information about a project or the system. It can be used to get a description of a particular plugin, including the plugin's goals with their parameters and component requirements, the effective POM and effective settings of the current build, and the profiles applied to the current project being built.
Important Notes since Version 3.3.0
- JDK 8 minimum requirement
- Minimum Maven version 3.2.5
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-help-plugin</artifactId>
4 <version>3.3.0</version>
5</plugin>
You can download the appropriate sources etc. from the download page.
Release Notes - Maven Help Plugin - Version 3.3.0
-
Bugs:
-
Improvements:
-
Tasks:
-
Dependency upgrades:
Enjoy,
-The Apache Maven team