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