MVN

org.apache.maven.plugins : maven-jdeprscan-plugin

Maven & Gradle

Nov 12, 2017

Apache Maven JDeprScan Plugin · The JDeprScan Plugin uses the jdeprscan tool that scans classes for uses of deprecated API elements.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-jdeprscan-plugin</artifactId>
    <version>3.0.0-alpha-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugins : maven-jdeprscan-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0-alpha-1
  • Latest Alpha: 3.0.0-alpha-1

All Versions

Choose a version of org.apache.maven.plugins : maven-jdeprscan-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
maven-jdeprscan-plugin-3.0.0-alpha-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-jdeprscan-plugin</artifactId>
    <version>3.0.0-alpha-1</version>
</plugin>

Advertisement