ant-run plugin
About
Enables running custom Ant tasks as part of our Maven lifecycle. It is helpful for executing shell commands, scripting logic, or copying files in a non-standard way.
Use Cases
Run OS-level scripts
File manipulations not covered by Maven plugins
Trigger other build tools (e.g., Gradle, Make)
Example – Custom Script Execution
Last updated
Was this helpful?