Last Version

Mojo Executor Parent 2.4.0

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-parent
Version

Version

2.4.0
Type

Type

pom
Description

Description

Mojo Executor Parent
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.
Project URL

Project URL

https://mojo-executor.github.io/mojo-executor/
Source Code Management

Source Code Management

https://github.com/mojo-executor/mojo-executor

Download mojo-executor-parent 2.4.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • mojo-executor
  • mojo-executor-maven-plugin