Monitoring Maven running from within Hudson
Enable monitoring
- From the Hudson dashboard select desired job by clicking on its name
- On job page click "Configure" button
- Scroll to "Build" section of job configurations page
- Modify "Invoke Maven 3" build step:
- Click "Advanced" button to show advanced options
- Add the following to the "JVM Options" field:
_ONE_AGENT_
_A_
_TWO_AGENTS_
- If Maven runs on a 64-bit JVM:
_A_64_
- If Maven runs on a 32-bit JVM:
_A_32_
_END_AGENTS_
- Save job