executeMavenCommand
Execute Maven commands with custom arguments. Output is parsed for errors to help identify build issues.
Instructions
Execute an arbitrary Maven command with custom arguments. Output is parsed for errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Maven arguments (e.g. ["dependency:tree", "-DoutputFile=deps.txt"]) | |
| module | No |