Apache Maven JDeps Plugin 3.1.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven JDeps Plugin, version 3.1.1.

The JDeps Plugin uses the jdeps tool to analyze classes for internal API calls. For more information about the standard jdeps tool, please refer to https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-jdeps-plugin</artifactId>
4  <version>3.1.1</version>
5</plugin>

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

Release Notes Maven JDeps Plugin Release Notes Version 3.1.1

Bugs:

  • MJDEPS-10 - Error: unknown option: -M while using module option of maven-jdeps-plugin

New Features:

  • MJDEPS-9 - Introduce failOnWarning as a named property
  • MJDEPS-11 - Introduce --multi-release option

Improvement:

  • MJDEPS-12 - Add support for the '-package' options

Dependency upgrade:

Enjoy,

-The Apache Maven team