License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Data |
GroupId | GroupIdorg.twdata.maven |
ArtifactId | ArtifactIdmojo-executor |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMojo 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.
|
Filename | Size |
---|---|
mojo-executor-2.4.0.pom | |
mojo-executor-2.4.0.jar | 12 KB |
mojo-executor-2.4.0-sources.jar | 6 KB |
mojo-executor-2.4.0-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/ -->
<dependency>
<groupId>org.twdata.maven</groupId>
<artifactId>mojo-executor</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/
implementation 'org.twdata.maven:mojo-executor:2.4.0'
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/
implementation ("org.twdata.maven:mojo-executor:2.4.0")
'org.twdata.maven:mojo-executor:jar:2.4.0'
<dependency org="org.twdata.maven" name="mojo-executor" rev="2.4.0">
<artifact name="mojo-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.twdata.maven', module='mojo-executor', version='2.4.0')
)
libraryDependencies += "org.twdata.maven" % "mojo-executor" % "2.4.0"
[org.twdata.maven/mojo-executor "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 3.0.24 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | |
org.apache.maven : maven-model | jar | 3.3.1 |
org.apache.maven : maven-plugin-api | jar | |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.eclipse.sisu : org.eclipse.sisu.plexus | jar | 0.3.0 |
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.5 |