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