Registry / build-tool / exec-maven-plugin

exec-maven-plugin

JSON →
library3.6.3javamavenunverified

Maven plugin to execute system and Java programs during the build lifecycle, useful for running scripts or applications.

<dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>3.6.3</version> </dependency>
INSTALL
IMPORT
SIG · EXEC-MAVEN-PLUGIN
E
exec-maven-plugin
build-tooljavav3.6.3
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.

ExecMojo
✓ org.codehaus.mojo.exec.ExecMojo

Demonstrate availability of the ExecMojo class.

import org.codehaus.mojo.exec.ExecMojo; public class Example { public static void main(String[] args) { // Typically configured in pom.xml, not used directly in code System.out.println("ExecMojo available for Maven builds"); } }
Debug
Known issues
gotchaThe exec:java goal runs in the same JVM as Maven, which may cause classpath conflicts.
fix
Use exec:exec to run in a separate process.
affects: *
Upgrade
Version history
3.6.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
exec-maven-plugin — mvn dependency:get exec-maven-plugin · libregistry