1MVN_INSTALL(7) Java Packages Tools MVN_INSTALL(7)
2
3
4
6 mvn_install - install Maven artifacts
7
9 %mvn_install [-X] [-J directory]
10
12 mvn_install macro installs Maven artifacts into %buildroot.
13
14 Specification of artifacts to be installed is taken from .xmvn-reactor
15 file. This file can be populated using mvn_build and/or mvn_artifact
16 macros.
17
18 Specification how artifacts should be installed is taken from installer
19 settings section in XMvn configuration. See XMvn Configuration
20 Reference for more information. Macros mvn_alias(7), mvn_build(7),
21 mvn_compat_version(7), mvn_config(7), mvn_file(7) and mvn_package(7)
22 are capable of writing configuration that can affect behavior of
23 mvn_install.
24
26 -X
27 Enable debugging output. This option causes XMvn installer to write
28 verbose debugging information to standard output.
29
30 -J directory
31 Specify alternative API documentation directory. By default API
32 documentation is searched for in target/site/apidocs directory. The
33 -J option allows to override this default location.
34
36 Written by Mikolaj Izdebski.
37
39 Bugs should be reported through Java Packages Tools issue tracker at
40 Github: https://github.com/fedora-java/javapackages/issues.
41
43 gradle_build(7), mvn_alias(7), mvn_artifact(7), mvn_build(7),
44 mvn_compat_version(7), mvn_config(7), mvn_file(7), mvn_package(7),
45 xmvn(1).
46
47
48
49JAVAPACKAGES 01/25/2023 MVN_INSTALL(7)