Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Choose "Strict Checksums" to fail the build if the checksums do not match the when downloading artifacts from repositories.

Choose "Lax Checksums" to cause a warning to be displayed if the checksums do not match the when downloading artifacts from repositories.

Choose "No Checksums" to default to ignoring checksum mismatches.

 

Thread Count

Number of threads Maven should use for parallel builds. Specify the exact number of threads e.g. 4, or a core multiplier e.g. 2C or 1.5C for 2 threads per core or 1.5 threads per core.

 

Timeout (in seconds)

Number of seconds Continua CI should wait before timing out the Maven action and aborting the command line.

 

System Properties

Use this field to define the values of properties to be used in a Maven POM or Plugin. Specify each property as a name and value pair - one per line. --define

 

 

Environment Variables

Use this field to define the values of environment variables to set before running the Maven command line. Specify each variable as a name and value pair - one per line.