Configuring Maven

Optional configuration

Syntax

The following properties can be added as an option on SERVER level:

'BUILDTOOLS' => {
  'Maven' => {
    'TIMEOUT' => The time (in seconds) that Maven is allowed to run before TICS terminates the call. Default timeout is 1800 seconds.,
  }
}

Example:

'BUILDTOOLS' => {
  'Maven' => {
    'TIMEOUT' => 3600,
  }
}