1MVN_COMPAT_VERSION(7) Java Packages Tools MVN_COMPAT_VERSION(7)
2
3
4
6 mvn_compat_version - set version(s) for Maven artifact(s)
7
9 %mvn_compat_version artifact-coordinates version [version ...]
10
12 mvn_compat_version macro causes instructions for artifact installation
13 to be added to XMvn reactor configuration. It is used to specify
14 versions for Maven artifacts.
15
16 Specified artifact coordinates must match at least one artifact. If not
17 then behavior is unspecified. It is possible to specify artifact
18 coordinates matching multiple artifacts, so one call to
19 mvn_compat_version can affect installation of more than one artifact.
20
22 artifact-coordinates
23 Artifact coordinates specify artifact(s) that this rule applies to.
24 Coordinates are in format
25 groupId:artifactId[:extension[:classifier]][:version]. If extension
26 is specified then version must be specified too. If any part is
27 omitted or equal to empty string then it matches any string.
28 Wildcards and brace expansions are supported in each part. For more
29 information see XMvn Configuration Reference.
30
31 version
32 Strings specifying artifact version. Backreferences are supported
33 in form @n, where n is an integer corresponding to brace in
34 artifact-coordinates.
35
37 Written by Stanislav Ochotnicky.
38
40 Bugs should be reported through Java Packages Tools issue tracker at
41 Github: https://github.com/fedora-java/javapackages/issues.
42
44 gradle_build(7), mvn_alias(7), mvn_build(7), mvn_config(7),
45 mvn_file(7), mvn_package(7), xmvn(1).
46
47
48
49JAVAPACKAGES 08/11/2019 MVN_COMPAT_VERSION(7)