is not current version
Last Version 2.4.0

Mojo Executor 2.3.2

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
Version

Version

2.3.2
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 2.3.2


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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.maven : maven-core jar
org.apache.maven : maven-model jar 3.5.0
org.apache.maven : maven-plugin-api jar
org.codehaus.plexus : plexus-utils jar 2.1
org.slf4j : slf4j-api jar 1.7.25

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-core jar 1.8.5
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.