Registry / build-tool / mojo-executor

mojo-executor

JSON →
library2.4.1javamavenunverified

Allows execution of other Maven plugins (mojos) within a custom Maven plugin for composition.

<dependency> <groupId>org.twdata.maven</groupId> <artifactId>mojo-executor</artifactId> <version>2.4.1</version> </dependency>
INSTALL
IMPORT
SIG · MOJO-EXECUTOR
M
mojo-executor
build-tooljavav2.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MojoExecutor
org.twdata.maven.mojoexecutor.MojoExecutor

Executes a Maven plugin goal programmatically.

import org.twdata.maven.mojoexecutor.MojoExecutor; import org.apache.maven.plugin.MojoExecutionException; public class Example { public void execute() throws MojoExecutionException { MojoExecutor.executeMojo( plugin("group", "artifact", "version"), goal("goalName"), configuration(), executionEnvironment(project, session, pluginManager) ); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
mojo-executor — mvn dependency:get mojo-executor · libregistry