Mojo Executor

The Mojo Executor provides a way to to execute other Mojos (plugins) within a Maven plugin, allowing you to easily create Maven plugins that are composed of other plugins.

License

License

Categories

Categories

Maven Build Tools Data
GroupId

GroupId

org.twdata.maven
ArtifactId

ArtifactId

mojo-executor
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Mojo Executor
The Mojo Executor provides a way to to execute other Mojos (plugins) within a Maven plugin, allowing you to easily create Maven plugins that are composed of other plugins.

Download mojo-executor

How to add to project

<!-- https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/ -->
<dependency>
    <groupId>org.twdata.maven</groupId>
    <artifactId>mojo-executor</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/
implementation 'org.twdata.maven:mojo-executor:2.4.0'
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/
implementation ("org.twdata.maven:mojo-executor:2.4.0")
'org.twdata.maven:mojo-executor:jar:2.4.0'
<dependency org="org.twdata.maven" name="mojo-executor" rev="2.4.0">
  <artifact name="mojo-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.twdata.maven', module='mojo-executor', version='2.4.0')
)
libraryDependencies += "org.twdata.maven" % "mojo-executor" % "2.4.0"
[org.twdata.maven/mojo-executor "2.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.plexus : plexus-utils jar 3.0.24

provided (5)

Group / Artifact Type Version
org.apache.maven : maven-core jar
org.apache.maven : maven-model jar 3.3.1
org.apache.maven : maven-plugin-api jar
org.slf4j : slf4j-api jar 1.7.5
org.eclipse.sisu : org.eclipse.sisu.plexus jar 0.3.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.hamcrest : hamcrest-core jar 2.2
org.mockito : mockito-core jar 4.3.1
org.slf4j : slf4j-simple jar 1.7.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0
1.5.2
1.5.1
1.5
1.0.1