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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrate availability of the ExecMojo class.
Use exec:exec to run in a separate process.
No dependency data recorded yet.