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