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