Update manpage for Maven 3.9.1
This commit is contained in:
parent
9baf7da6aa
commit
0bcb9ba6bc
45
mvn.1
45
mvn.1
@ -1,4 +1,4 @@
|
|||||||
.TH MVN "1" "April 2015" "Apache Maven 3.3.1" "User Commands"
|
.TH MVN "1" "March 2023" "Apache Maven 3.9.1" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mvn \- software project management and comprehension tool
|
mvn \- software project management and comprehension tool
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@ -18,7 +18,7 @@ projects on the list
|
|||||||
.TP
|
.TP
|
||||||
\fB\-B\fR,\-\-batch\-mode
|
\fB\-B\fR,\-\-batch\-mode
|
||||||
Run in non\-interactive (batch)
|
Run in non\-interactive (batch)
|
||||||
mode
|
mode (disables output color)
|
||||||
.TP
|
.TP
|
||||||
\fB\-b\fR,\-\-builder <arg>
|
\fB\-b\fR,\-\-builder <arg>
|
||||||
The id of the build strategy to
|
The id of the build strategy to
|
||||||
@ -31,12 +31,17 @@ match
|
|||||||
\fB\-c\fR,\-\-lax\-checksums
|
\fB\-c\fR,\-\-lax\-checksums
|
||||||
Warn if checksums don't match
|
Warn if checksums don't match
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-color
|
||||||
|
Defines the color mode of the
|
||||||
|
output. Supported are \'auto\',
|
||||||
|
\'always\', \'never\'.
|
||||||
|
.TP
|
||||||
\fB\-cpu\fR,\-\-check\-plugin\-updates
|
\fB\-cpu\fR,\-\-check\-plugin\-updates
|
||||||
Ineffective, only kept for
|
Ineffective, only kept for
|
||||||
backward compatibility
|
backward compatibility
|
||||||
.TP
|
.TP
|
||||||
\fB\-D\fR,\-\-define <arg>
|
\fB\-D\fR,\-\-define <arg>
|
||||||
Define a system property
|
Define a user property
|
||||||
.TP
|
.TP
|
||||||
\fB\-e\fR,\-\-errors
|
\fB\-e\fR,\-\-errors
|
||||||
Produce execution error messages
|
Produce execution error messages
|
||||||
@ -49,7 +54,7 @@ Encrypt server password
|
|||||||
.TP
|
.TP
|
||||||
\fB\-f\fR,\-\-file <arg>
|
\fB\-f\fR,\-\-file <arg>
|
||||||
Force the use of an alternate POM
|
Force the use of an alternate POM
|
||||||
file (or directory with pom.xml).
|
file (or directory with pom.xml)
|
||||||
.TP
|
.TP
|
||||||
\fB\-fae\fR,\-\-fail\-at\-end
|
\fB\-fae\fR,\-\-fail\-at\-end
|
||||||
Only fail the build afterwards;
|
Only fail the build afterwards;
|
||||||
@ -76,15 +81,12 @@ toolchains file
|
|||||||
Display help information
|
Display help information
|
||||||
.TP
|
.TP
|
||||||
\fB\-l\fR,\-\-log\-file <arg>
|
\fB\-l\fR,\-\-log\-file <arg>
|
||||||
Log file to where all build output
|
Log file where all build output
|
||||||
will go.
|
will go (disables output color)
|
||||||
.TP
|
.TP
|
||||||
\fB\-llr\fR,\-\-legacy\-local\-repository
|
\fB\-llr\fR,\-\-legacy\-local\-repository
|
||||||
Use Maven 2 Legacy Local
|
UNSUPPORTED: Use of this option
|
||||||
Repository behaviour, ie no use of
|
will make Maven invocation fail.
|
||||||
_remote.repositories. Can also be
|
|
||||||
activated by using
|
|
||||||
\fB\-Dmaven\fR.legacyLocalRepo=true
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-N\fR,\-\-non\-recursive
|
\fB\-N\fR,\-\-non\-recursive
|
||||||
Do not recurse into sub\-projects
|
Do not recurse into sub\-projects
|
||||||
@ -100,6 +102,10 @@ backward compatibility
|
|||||||
\fB\-nsu\fR,\-\-no\-snapshot\-updates
|
\fB\-nsu\fR,\-\-no\-snapshot\-updates
|
||||||
Suppress SNAPSHOT updates
|
Suppress SNAPSHOT updates
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-ntp\fR,\-\-no\-transfer\-progress
|
||||||
|
Do not display transfer progress
|
||||||
|
when downloading or uploading
|
||||||
|
.TP
|
||||||
\fB\-o\fR,\-\-offline
|
\fB\-o\fR,\-\-offline
|
||||||
Work offline
|
Work offline
|
||||||
.TP
|
.TP
|
||||||
@ -112,7 +118,7 @@ Comma\-delimited list of specified
|
|||||||
reactor projects to build instead
|
reactor projects to build instead
|
||||||
of all projects. A project can be
|
of all projects. A project can be
|
||||||
specified by [groupId]:artifactId
|
specified by [groupId]:artifactId
|
||||||
or by its relative path.
|
or by its relative path
|
||||||
.TP
|
.TP
|
||||||
\fB\-q\fR,\-\-quiet
|
\fB\-q\fR,\-\-quiet
|
||||||
Quiet output \- only show errors
|
Quiet output \- only show errors
|
||||||
@ -125,14 +131,15 @@ project
|
|||||||
Alternate path for the user
|
Alternate path for the user
|
||||||
settings file
|
settings file
|
||||||
.TP
|
.TP
|
||||||
\fB\-T\fR,\-\-threads <arg>
|
|
||||||
Thread count, for instance 2.0C
|
|
||||||
where C is core multiplied
|
|
||||||
.TP
|
|
||||||
\fB\-t\fR,\-\-toolchains <arg>
|
\fB\-t\fR,\-\-toolchains <arg>
|
||||||
Alternate path for the user
|
Alternate path for the user
|
||||||
toolchains file
|
toolchains file
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-T\fR,\-\-threads <arg>
|
||||||
|
Thread count, for instance 4 (int)
|
||||||
|
or 2C/2.5C (int/float) where C is
|
||||||
|
core multiplied
|
||||||
|
.TP
|
||||||
\fB\-U\fR,\-\-update\-snapshots
|
\fB\-U\fR,\-\-update\-snapshots
|
||||||
Forces a check for missing
|
Forces a check for missing
|
||||||
releases and updated snapshots on
|
releases and updated snapshots on
|
||||||
@ -142,12 +149,12 @@ remote repositories
|
|||||||
Ineffective, only kept for
|
Ineffective, only kept for
|
||||||
backward compatibility
|
backward compatibility
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-v\fR,\-\-version
|
||||||
|
Display version information
|
||||||
|
.TP
|
||||||
\fB\-V\fR,\-\-show\-version
|
\fB\-V\fR,\-\-show\-version
|
||||||
Display version information
|
Display version information
|
||||||
WITHOUT stopping build
|
WITHOUT stopping build
|
||||||
.TP
|
.TP
|
||||||
\fB\-v\fR,\-\-version
|
|
||||||
Display version information
|
|
||||||
.TP
|
|
||||||
\fB\-X\fR,\-\-debug
|
\fB\-X\fR,\-\-debug
|
||||||
Produce execution debug output
|
Produce execution debug output
|
||||||
|
Loading…
Reference in New Issue
Block a user