631861
.TH MVN "1" "April 2015" "Apache Maven 3.3.1" "User Commands"
631861
.SH NAME
631861
mvn \- software project management and comprehension tool
631861
.SH DESCRIPTION
631861
usage: mvn [options] [<goal(s)>] [<phase(s)>]
631861
usage: mvnDebug [options] [<goal(s)>] [<phase(s)>]
631861
.SH OPTIONS
631861
.TP
631861
\fB\-am\fR,\-\-also\-make
631861
If project list is specified, also
631861
build projects required by the
631861
list
631861
.TP
631861
\fB\-amd\fR,\-\-also\-make\-dependents
631861
If project list is specified, also
631861
build projects that depend on
631861
projects on the list
631861
.TP
631861
\fB\-B\fR,\-\-batch\-mode
631861
Run in non\-interactive (batch)
631861
mode
631861
.TP
631861
\fB\-b\fR,\-\-builder <arg>
631861
The id of the build strategy to
631861
use.
631861
.TP
631861
\fB\-C\fR,\-\-strict\-checksums
631861
Fail the build if checksums don't
631861
match
631861
.TP
631861
\fB\-c\fR,\-\-lax\-checksums
631861
Warn if checksums don't match
631861
.TP
631861
\fB\-cpu\fR,\-\-check\-plugin\-updates
631861
Ineffective, only kept for
631861
backward compatibility
631861
.TP
631861
\fB\-D\fR,\-\-define <arg>
631861
Define a system property
631861
.TP
631861
\fB\-e\fR,\-\-errors
631861
Produce execution error messages
631861
.TP
631861
\fB\-emp\fR,\-\-encrypt\-master\-password <arg>
631861
Encrypt master security password
631861
.TP
631861
\fB\-ep\fR,\-\-encrypt\-password <arg>
631861
Encrypt server password
631861
.TP
631861
\fB\-f\fR,\-\-file <arg>
631861
Force the use of an alternate POM
631861
file (or directory with pom.xml).
631861
.TP
631861
\fB\-fae\fR,\-\-fail\-at\-end
631861
Only fail the build afterwards;
631861
allow all non\-impacted builds to
631861
continue
631861
.TP
631861
\fB\-ff\fR,\-\-fail\-fast
631861
Stop at first failure in
631861
reactorized builds
631861
.TP
631861
\fB\-fn\fR,\-\-fail\-never
631861
NEVER fail the build, regardless
631861
of project result
631861
.TP
631861
\fB\-gs\fR,\-\-global\-settings <arg>
631861
Alternate path for the global
631861
settings file
631861
.TP
631861
\fB\-gt\fR,\-\-global\-toolchains <arg>
631861
Alternate path for the global
631861
toolchains file
631861
.TP
631861
\fB\-h\fR,\-\-help
631861
Display help information
631861
.TP
631861
\fB\-l\fR,\-\-log\-file <arg>
631861
Log file to where all build output
631861
will go.
631861
.TP
631861
\fB\-llr\fR,\-\-legacy\-local\-repository
631861
Use Maven 2 Legacy Local
631861
Repository behaviour, ie no use of
631861
_remote.repositories. Can also be
631861
activated by using
631861
\fB\-Dmaven\fR.legacyLocalRepo=true
631861
.TP
631861
\fB\-N\fR,\-\-non\-recursive
631861
Do not recurse into sub\-projects
631861
.TP
631861
\fB\-npr\fR,\-\-no\-plugin\-registry
631861
Ineffective, only kept for
631861
backward compatibility
631861
.TP
631861
\fB\-npu\fR,\-\-no\-plugin\-updates
631861
Ineffective, only kept for
631861
backward compatibility
631861
.TP
631861
\fB\-nsu\fR,\-\-no\-snapshot\-updates
631861
Suppress SNAPSHOT updates
631861
.TP
631861
\fB\-o\fR,\-\-offline
631861
Work offline
631861
.TP
631861
\fB\-P\fR,\-\-activate\-profiles <arg>
631861
Comma\-delimited list of profiles
631861
to activate
631861
.TP
631861
\fB\-pl\fR,\-\-projects <arg>
631861
Comma\-delimited list of specified
631861
reactor projects to build instead
631861
of all projects. A project can be
631861
specified by [groupId]:artifactId
631861
or by its relative path.
631861
.TP
631861
\fB\-q\fR,\-\-quiet
631861
Quiet output \- only show errors
631861
.TP
631861
\fB\-rf\fR,\-\-resume\-from <arg>
631861
Resume reactor from specified
631861
project
631861
.TP
631861
\fB\-s\fR,\-\-settings <arg>
631861
Alternate path for the user
631861
settings file
631861
.TP
631861
\fB\-T\fR,\-\-threads <arg>
631861
Thread count, for instance 2.0C
631861
where C is core multiplied
631861
.TP
631861
\fB\-t\fR,\-\-toolchains <arg>
631861
Alternate path for the user
631861
toolchains file
631861
.TP
631861
\fB\-U\fR,\-\-update\-snapshots
631861
Forces a check for missing
631861
releases and updated snapshots on
631861
remote repositories
631861
.TP
631861
\fB\-up\fR,\-\-update\-plugins
631861
Ineffective, only kept for
631861
backward compatibility
631861
.TP
631861
\fB\-V\fR,\-\-show\-version
631861
Display version information
631861
WITHOUT stopping build
631861
.TP
631861
\fB\-v\fR,\-\-version
631861
Display version information
631861
.TP
631861
\fB\-X\fR,\-\-debug
631861
Produce execution debug output