d

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.
https://github.com/hazendaz/directory-maven-plugin
Apache License 2.0
Files download
File Operation
directory-maven-plugin-1.1.0.jar download
directory-maven-plugin-1.1.0.pom download
directory-maven-plugin-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.maven</groupId>
  <artifactId>directory-maven-plugin</artifactId>
  <version>1.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.maven:directory-maven-plugin:1.1.0'
Gradle Kotlin
implementation("com.github.hazendaz.maven:directory-maven-plugin:1.1.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.maven" % "directory-maven-plugin" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.maven', module='directory-maven-plugin', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.maven" name="directory-maven-plugin" rev="1.1.0" />
Leiningen
[com.github.hazendaz.maven/directory-maven-plugin "1.1.0"]
Apache Buildr
'com.github.hazendaz.maven:directory-maven-plugin:jar:1.1.0'