Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Apache Maven Plugin Tools Version 3.5.2 Released #183

Closed
venusdrogon opened this issue Jun 2, 2018 · 0 comments
Closed

Apache Maven Plugin Tools Version 3.5.2 Released #183

venusdrogon opened this issue Jun 2, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@venusdrogon
Copy link
Owner

The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.5.2.

The Maven Plugin Tools contains the necessary tools to generate
rebarbative content like descriptor, help and documentation. In addition,
it provides tools to write Maven Plugins in scripting languages like Ant
or Beanshell.

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 Mojos as well as for updating the
plugin registry, the artifact metadata and generating a generic help goal.

https://maven.apache.org/plugin-tools/
https://maven.apache.org/plugin-tools/maven-plugin-plugin/
You should specify the version in your project’s plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-plugin-plugin</artifactId>
  <version>3.5.2</version>
</plugin>

You can download the appropriate sources etc. from the download page.

Release Notes – Maven Plugin Tools – Version 3.5.2

Dependency upgrades:

MPLUGIN-333 – Upgrade parent to 31
MPLUGIN-334 – Upgrade mave-surefire/failsafe-plugin 2.21.0
MPLUGIN-335 – Support JDK 10 for plugin generation: upgrade asm
MPLUGIN-338 – Upgrade plexus-archiver to 3.6.0

@venusdrogon venusdrogon added this to the 1.11.2 milestone Jun 2, 2018
@venusdrogon venusdrogon self-assigned this Jun 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant