MVN

com.github.hazendaz.maven : directory-maven-plugin

Maven & Gradle

May 27, 2023
1 stars

Directory Maven Plugin · Provides goals to discover various paths based on the projects currently building. For example, directory of the execution root project, directory of a given project (based on groupId/artifactId), and highest project basedir that hasn't been resolved from the repository.

<plugin>
    <groupId>com.github.hazendaz.maven</groupId>
    <artifactId>directory-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0

All Versions

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

Version Vulnerabilities Updated
1.1.x
directory-maven-plugin-1.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.github.hazendaz.maven</groupId>
    <artifactId>directory-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Advertisement