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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.commonjava.maven.plugins
ArtifactId

ArtifactId

directory-maven-plugin
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Source Code Management

Source Code Management

http://github.com/jdcasey/directory-maven-plugin

Download directory-maven-plugin

How to add to project

<plugin>
    <groupId>org.commonjava.maven.plugins</groupId>
    <artifactId>directory-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-core jar
org.apache.maven : maven-plugin-api jar 3.8.1
org.apache.maven : maven-model jar 3.8.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
0.3.1
0.3
0.2
0.1