MVN

com.github.exampledriven : hierarchy-maven-plugin

Maven & Gradle

Sep 22, 2016
16 stars

Hierarchy maven plugin · This plugin displays the hierarchy of parent poms and imported poms

<plugin>
    <groupId>com.github.exampledriven</groupId>
    <artifactId>hierarchy-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.exampledriven : hierarchy-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.github.exampledriven : hierarchy-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
hierarchy-maven-plugin-1.4

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.github.exampledriven</groupId>
    <artifactId>hierarchy-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>