MVN

me.soknight.maven.plugins : dependency-print-plugin

Maven & Gradle

Jul 05, 2022
0 stars

Dependency Print Maven Plugin · An easy way to print project modules and external dependencies into a file

<plugin>
    <groupId>me.soknight.maven.plugins</groupId>
    <artifactId>dependency-print-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.soknight.maven.plugins : dependency-print-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of me.soknight.maven.plugins : dependency-print-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
dependency-print-plugin-1.0.1
dependency-print-plugin-1.0.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>me.soknight.maven.plugins</groupId>
    <artifactId>dependency-print-plugin</artifactId>
    <version>1.0.1</version>
</plugin>