Versions Compared

Key

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

...

A comma-delimited list of profile-ids of build profiles to activate. --activate-profiles

...

An alternate path for the user toolchains file. --toolchains

 

 

Log Level

Logging verbosity level (Quiet, Errors, Normal, Debug).

The Quiet option only prints a message to the output if there is an error or a problem. --quiet

The  Debug option will print an overwhelming amount of debugging log messages to the output and is useful if you are attempting to diagnose a difficult problem with a dependency or a classpath. --debug
 

Produce execution error messages

As described. Useful you need to diagnose an error in a Maven plugin. --errors

Only fail the build afterwards; allow all non-impacted builds to continue

As described. --fail-at-end option.

Stop at first failure in reactorized builds

As described. --fail-fast option.

Never fail the build regardless of project result

As described. --fail-never option.

Image Added

 

Use Maven 2 Legacy Local Repository behaviour. i.e. no use of _remote.repositories

As described. --legacy-local-repository

Do not recurse into sub-projects

Skip child projects. --non-recursive

Work offline
 

Build the project in offline mode using local files without connecting to remote repositories for updates. --offline

Snapshots

Choose "Update Snapshots" to force a check for update releases and snapshots on remote repositories.

Choose "No Snapshot Updates" to suppress checking for update releases and snapshots on remote repositories.

Choose "Default" to default to the snapshot updating policy set in your environment.

Checksums

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 and aborting the command line.