m

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.
https://mojo-executor.github.io/mojo-executor/
Apache License, Version 2.0
Don Brown Tim Moore Nick Cross
Files download
File Operation
mojo-executor-parent-2.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.twdata.maven</groupId>
  <artifactId>mojo-executor-parent</artifactId>
  <version>2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.twdata.maven:mojo-executor-parent:2.4.0'
Gradle Kotlin
implementation("org.twdata.maven:mojo-executor-parent:2.4.0")
Scala SBT
libraryDependencies += "org.twdata.maven" % "mojo-executor-parent" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.twdata.maven', module='mojo-executor-parent', version='2.4.0')
)
Apache Ivy
<dependency org="org.twdata.maven" name="mojo-executor-parent" rev="2.4.0" />
Leiningen
[org.twdata.maven/mojo-executor-parent "2.4.0"]
Apache Buildr
'org.twdata.maven:mojo-executor-parent:jar:2.4.0'