Fwd: [ANN] Apache Maven JDeps Plugin 3.0.0 Released

Martijn Verburg martijnverburg at gmail.com
Fri Oct 30 20:06:05 UTC 2015


Please share the news below with your communities!  Every Maven based Java
project should run this as a matter of course.

Cheers,
Martijn

---------- Forwarded message ----------
From: Hervé Boutemy <hboutemy at apache.org>
Date: 29 October 2015 at 16:23
Subject: [ANN] Apache Maven JDeps Plugin 3.0.0 Released
To: announce at maven.apache.org, users at maven.apache.org
Cc: dev at maven.apache.org


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

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
Java+Dependency+Analysis+Tool.

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

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

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

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

http://maven.apache.org/plugins/maven-jdeps-plugin/download.cgi

This is the first release of this plugin.

Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe at maven.apache.org
For additional commands, e-mail: dev-help at maven.apache.org


More information about the adoption-discuss mailing list