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