Maven Build Options
Maven build options for this build.
Parameters
Indicates whether the build is configured to produce execution error messages. See https://maven.apache.org/ref/current/maven-embedder/cli.html#errors.
Maximum number of threads used when executing the build. See https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3.
Indicates whether the build is configured to not recurse into sub-projects. See https://maven.apache.org/ref/current/maven-embedder/cli.html#non-recursive.
Indicates whether the build is configured to suppress snapshot updates. See https://maven.apache.org/ref/current/maven-embedder/cli.html#no-snapshot-updates.
Indicates whether the build is configured to run offline. See https://maven.apache.org/ref/current/maven-embedder/cli.html#offline.
Indicates whether the build is configured to force a check for missing releases and updated snapshots on remote repositories. See https://maven.apache.org/ref/current/maven-embedder/cli.html#update-snapshots.
Indicates whether the build is configured to run in non-interactive (batch) mode. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#batch-mode.
Indicates whether the build is configured to produce execution debug output. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#debug.
Indicates whether the build is configured to only fail at the end. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-at-end.
Indicates whether the build is configured to fail at the first error. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-fast.
Indicates whether the build is configured to never fail, regardless of errors produced. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#fail-never.
Indicates whether the build is configured to only warn if checksums don't match. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#lax-checksums.
Indicates whether the build is configured to rerun goals without checking the build cache. null
if Develocity Maven extension version is <1.13
. See https://gradle.com/help/maven-extension-rerunning-goals.
Indicates whether the build is configured to run in quiet mode. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#quiet.
Indicates whether the build is configured to fail if checksums don't match. null
if capturing is not possible. See https://maven.apache.org/ref/current/maven-embedder/cli.html#strict-checksums.
This property is deprecated, use rerunGoalsEnabled
instead. Indicates whether the build is configured to rerun goals without checking the build cache. null
if Develocity Maven extension version is <1.13
. See https://gradle.com/help/maven-extension-rerunning-goals.