MVN

com.usalko : usage-maven-plugin

Maven & Gradle

Oct 23, 2019
0 stars

Usage Maven Plugin · USAGE MAVEN PLUGIN Simple plugin with two goals: usage:class For search substring for class-name in code and collect statistics after walking by dependency tree usage:resource For search substring for resource-name in dependency tree Both goals return json result into log

<plugin>
    <groupId>com.usalko</groupId>
    <artifactId>usage-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.usalko : usage-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.usalko : usage-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
usage-maven-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.usalko</groupId>
    <artifactId>usage-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement