MVN

io.github.ironclad-legion : legacy-hunter-maven-plugin

Maven & Gradle

Apr 20, 2024

legacy-hunter-maven-plugin Maven Mojo · This is a maven plugin used to detect legacy dependencies in use in a project

<plugin>
    <groupId>io.github.ironclad-legion</groupId>
    <artifactId>legacy-hunter-maven-plugin</artifactId>
    <version>0.0.1-alpha</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ironclad-legion : legacy-hunter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1-alpha
  • Latest Alpha: 0.0.1-alpha

All Versions

Choose a version of io.github.ironclad-legion : legacy-hunter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
legacy-hunter-maven-plugin-0.0.1-alpha

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.ironclad-legion</groupId>
    <artifactId>legacy-hunter-maven-plugin</artifactId>
    <version>0.0.1-alpha</version>
</plugin>