is not current version
Last Version 2.4.0

Mojo Executor 2.3.3

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.3
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.3


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

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 3.4.1
org.slf4j : slf4j-api jar 1.7.36

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.36

Project Modules

There are no modules declared in this project.