EN
Maven flags
5 points
Quick solution:
xxxxxxxxxx
1
mvn -help
2
3
usage: mvn [options] [<goal(s)>] [<phase(s)>]
4
5
Options:
6
-am,--also-make If project list is specified, also
7
build projects required by the
8
list
9
-amd,--also-make-dependents If project list is specified, also
10
build projects that depend on
11
projects on the list
12
-B,--batch-mode Run in non-interactive (batch)
13
mode
14
-C,--strict-checksums Fail the build if checksums don't
15
match
16
-c,--lax-checksums Warn if checksums don't match
17
-cpu,--check-plugin-updates Ineffective, only kept for
18
backward compatibility
19
-D,--define <arg> Define a system property
20
-e,--errors Produce execution error messages
21
-emp,--encrypt-master-password <arg> Encrypt master security password
22
-ep,--encrypt-password <arg> Encrypt server password
23
-f,--file <arg> Force the use of an alternate POM
24
file.
25
-fae,--fail-at-end Only fail the build afterwards;
26
allow all non-impacted builds to
27
continue
28
-ff,--fail-fast Stop at first failure in
29
reactorized builds
30
-fn,--fail-never NEVER fail the build, regardless
31
of project result
32
-gs,--global-settings <arg> Alternate path for the global
33
settings file
34
-h,--help Display help information
35
-l,--log-file <arg> Log file to where all build output
36
will go.
37
-N,--non-recursive Do not recurse into sub-projects
38
-npr,--no-plugin-registry Ineffective, only kept for
39
backward compatibility
40
-npu,--no-plugin-updates Ineffective, only kept for
41
backward compatibility
42
-nsu,--no-snapshot-updates Suppress SNAPSHOT updates
43
-o,--offline Work offline
44
-P,--activate-profiles <arg> Comma-delimited list of profiles
45
to activate
46
-pl,--projects <arg> Comma-delimited list of specified
47
reactor projects to build instead
48
of all projects. A project can be
49
specified by [groupId]:artifactId
50
or by its relative path.
51
-q,--quiet Quiet output - only show errors
52
-rf,--resume-from <arg> Resume reactor from specified
53
project
54
-s,--settings <arg> Alternate path for the user
55
settings file
56
-T,--threads <arg> Thread count, for instance 2.0C
57
where C is core multiplied
58
-t,--toolchains <arg> Alternate path for the user
59
toolchains file
60
-U,--update-snapshots Forces a check for updated
61
releases and snapshots on remote
62
repositories
63
-up,--update-plugins Ineffective, only kept for
64
backward compatibility
65
-V,--show-version Display version information
66
WITHOUT stopping build
67
-v,--version Display version information
68
-X,--debug Produce execution debug output