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