exec-maven-plugin
About
Allows us to execute system commands or Java classes within the Maven lifecycle.
Use Cases
Run Java programs during build
Call external tools or scripts (Python, Bash, etc.)
Run Java Class Example
Last updated
Was this helpful?