1MVN_CONFIG(7) Java Packages Tools MVN_CONFIG(7)
2
3
4
6 mvn_config - specify custom XMvn configuration option
7
9 %mvn_config key value
10
12 mvn_config macro causes custom configuration options to be added to
13 XMvn reactor configuration.
14
16 key
17 Configuration option key (unique name). This is XPath-like address
18 of XML configuration node - list of XML nodes delimited by /. If
19 unknown key is given, behavior is unspecified. For list of
20 available keys see XMvn Configuration Reference.
21
22 value
23 Value of specified option. Must be either plain text or XML
24 content. If value format is inappropriate for particular option,
25 behavior is unspecified.
26
28 Originally written by Mikolaj Izdebski. Versions 3.0.0 and later were
29 written by Stanislav Ochotnicky.
30
32 Bugs should be reported through Java Packages Tools issue tracker at
33 Github: https://github.com/fedora-java/javapackages/issues.
34
36 gradle_build(7), mvn_alias(7), mvn_build(7), mvn_compat_version(7),
37 mvn_file(7), mvn_package(7), xmvn(1).
38
39
40
41JAVAPACKAGES 07/20/2023 MVN_CONFIG(7)