Navigation: Actions > Test Driven Development > Maven > Maven Action Maven Tab |
|
This tab of the Maven action configures goals and related settings.
Working directory: The folder to execute Maven in (optional).
Goals: Goals or lifecycle phases to execute (required, one per line). Examples: clean, validate, compile, test, verify, install, deploy, site.
Profiles to activate: Profiles to activate (optional, one per line).
Property names/values: Assigns values to Maven properties (optional).